fixed build error

This commit is contained in:
Dominik Maier
2020-08-31 18:29:45 +02:00
parent 53e63e9ded
commit bea76b346c

View File

@ -636,9 +636,10 @@ static void usage(u8 *argv0) {
"size\n" "size\n"
" the target was compiled for\n" " the target was compiled for\n"
"AFL_PRELOAD: LD_PRELOAD / DYLD_INSERT_LIBRARIES settings for target\n" "AFL_PRELOAD: LD_PRELOAD / DYLD_INSERT_LIBRARIES settings for target\n"
"AFL_QUIET: do not print extra informational output\n", "AFL_QUIET: do not print extra informational output\n"
"AFL_FORKSRV_INIT_TMOUT: time the fuzzer waits for the target to come up, initially\n" "AFL_FORKSRV_INIT_TMOUT: time the fuzzer waits for the target to come up, initially\n"
argv0, MEM_LIMIT, doc_path);
,argv0, MEM_LIMIT, doc_path);
exit(1); exit(1);