fix showmap output

This commit is contained in:
van Hauser
2020-12-08 23:26:08 +01:00
parent ad29eef271
commit 4e96447b43
2 changed files with 5 additions and 2 deletions

View File

@ -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 */