diff options
author | vanhauser-thc <vh@thc.org> | 2021-09-07 19:26:25 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-09-07 19:26:25 +0200 |
commit | 8af84c203cfe241b5a8321c62387fd107ebf1031 (patch) | |
tree | 49fcc2b99e111f2e80de5b5d6341c8de7b6b3eba /src | |
parent | f760e80729412a2cd44a12e76b81ccb433626e60 (diff) | |
download | afl++-8af84c203cfe241b5a8321c62387fd107ebf1031.tar.gz |
fix afl-showmap
Diffstat (limited to 'src')
-rw-r--r-- | src/afl-showmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-showmap.c b/src/afl-showmap.c index 27b1e14a..e143371e 100644 --- a/src/afl-showmap.c +++ b/src/afl-showmap.c @@ -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)); |