cmplog exec with target_path

This commit is contained in:
Yaakov Saxon
2023-02-09 21:37:35 +00:00
parent 025f617d6a
commit f2be73186e
2 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,7 @@ void cmplog_exec_child(afl_forkserver_t *fsrv, char **argv) {
}
execv(argv[0], argv);
execv(fsrv->target_path, argv);
}