fix afl-showmap

This commit is contained in:
vanhauser-thc
2021-09-07 19:26:25 +02:00
parent f760e80729
commit 8af84c203c
2 changed files with 2 additions and 2 deletions

View File

@ -1189,7 +1189,7 @@ int main(int argc, char **argv_orig, char **envp) {
} }
(void)check_binary_signatures(fsrv->target_path); if (in_dir) { (void)check_binary_signatures(fsrv->target_path); }
shm_fuzz = ck_alloc(sizeof(sharedmem_t)); shm_fuzz = ck_alloc(sizeof(sharedmem_t));