about summary refs log tree commit diff
path: root/afl-common.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-08-19 12:54:55 +0200
committervan Hauser <vh@thc.org>2019-08-19 12:54:55 +0200
commitd3d0682310b840b027083133837bcd9be0638281 (patch)
treef2ae082998937985ec14a3df10c0d7a94d9369ec /afl-common.c
parent7cb0658b0091ecae9458c250505a05d1402a4fc8 (diff)
downloadafl++-d3d0682310b840b027083133837bcd9be0638281.tar.gz
seperated the forkserver from afl-fuzz and afl-tmin
Diffstat (limited to 'afl-common.c')
-rw-r--r--afl-common.c2
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;