about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-09-07 19:26:25 +0200
committervanhauser-thc <vh@thc.org>2021-09-07 19:26:25 +0200
commit8af84c203cfe241b5a8321c62387fd107ebf1031 (patch)
tree49fcc2b99e111f2e80de5b5d6341c8de7b6b3eba /src
parentf760e80729412a2cd44a12e76b81ccb433626e60 (diff)
downloadafl++-8af84c203cfe241b5a8321c62387fd107ebf1031.tar.gz
fix afl-showmap
Diffstat (limited to 'src')
-rw-r--r--src/afl-showmap.c2
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));