mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 10:38:07 +00:00
fix showmap output
This commit is contained in:
@ -63,6 +63,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 */
|
||||
|
Reference in New Issue
Block a user