fix remove_nyx_tmp_workdir function

This commit is contained in:
Sergej Schumilo
2023-04-16 04:28:19 +02:00
parent c34c3e2f5f
commit 47833bcf9e
2 changed files with 18 additions and 8 deletions

View File

@ -150,7 +150,7 @@ void *afl_memmem(const void *haystack, size_t haystacklen, const void *needle,
#ifdef __linux__
/* Nyx helper functions to create and remove tmp workdirs */
char* create_nyx_tmp_workdir(void);
void remove_nyx_tmp_workdir(char* nyx_out_dir_path);
void remove_nyx_tmp_workdir(afl_forkserver_t *fsrv, char* nyx_out_dir_path);
#endif
#endif