mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-11 01:31:37 +00:00
small fixes
This commit is contained in:
parent
6e61b2345c
commit
5bb51688e4
@ -62,6 +62,7 @@ static void fsrv_exec_child(afl_forkserver_t *fsrv, char **argv) {
|
||||
|
||||
execv(fsrv->target_path, argv);
|
||||
|
||||
WARNF("Execv failed in forkserver.");
|
||||
}
|
||||
|
||||
/* Initializes the struct */
|
||||
@ -526,8 +527,7 @@ void afl_fsrv_start(afl_forkserver_t *fsrv, char **argv,
|
||||
falling through. */
|
||||
|
||||
*(u32 *)fsrv->trace_bits = EXEC_FAIL_SIG;
|
||||
fprintf(stderr, "Error: execv to target failed\n");
|
||||
exit(1);
|
||||
FATAL("Error: execv to target failed\n");
|
||||
|
||||
}
|
||||
|
||||
@ -916,7 +916,7 @@ void afl_fsrv_start(afl_forkserver_t *fsrv, char **argv,
|
||||
" estimate the required amount of virtual memory for the "
|
||||
"binary.\n\n"
|
||||
|
||||
" - the target was compiled with afl-clang-lto and a constructor "
|
||||
" - The target was compiled with afl-clang-lto and a constructor "
|
||||
"was\n"
|
||||
" instrumented, recompiling without AFL_LLVM_MAP_ADDR might solve "
|
||||
"your \n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user