diff options
author | van Hauser <vh@thc.org> | 2019-08-19 12:54:55 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2019-08-19 12:54:55 +0200 |
commit | d3d0682310b840b027083133837bcd9be0638281 (patch) | |
tree | f2ae082998937985ec14a3df10c0d7a94d9369ec /afl-common.c | |
parent | 7cb0658b0091ecae9458c250505a05d1402a4fc8 (diff) | |
download | afl++-d3d0682310b840b027083133837bcd9be0638281.tar.gz |
seperated the forkserver from afl-fuzz and afl-tmin
Diffstat (limited to 'afl-common.c')
-rw-r--r-- | afl-common.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/afl-common.c b/afl-common.c index 5e2d0628..f3bbdfb4 100644 --- a/afl-common.c +++ b/afl-common.c @@ -15,6 +15,8 @@ #ifndef __glibc__ #include <unistd.h> #endif + + void detect_file_args(char** argv, u8* prog_in) { u32 i = 0; |