about summary refs log tree commit diff
path: root/src/afl-fuzz-bitmap.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2022-04-06 09:45:15 +0200
committerGitHub <noreply@github.com>2022-04-06 09:45:15 +0200
commit9887f636ba4350b55bb609b6c4b32f8928883d4e (patch)
tree74b0da31820d31b90aacb99250d4d5fe63528297 /src/afl-fuzz-bitmap.c
parentfc4895146870ee70d70ea49f3fa3b712d2b0e998 (diff)
parent044d3e823e5aeb172a01009e4d461b563fc27d24 (diff)
downloadafl++-9887f636ba4350b55bb609b6c4b32f8928883d4e.tar.gz
Merge pull request #1376 from verifsec/patch-1
[wontfix] make error @SIMPLE_FILES
Diffstat (limited to 'src/afl-fuzz-bitmap.c')
-rw-r--r--src/afl-fuzz-bitmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz-bitmap.c b/src/afl-fuzz-bitmap.c
index 99f37cbf..e4124bf5 100644
--- a/src/afl-fuzz-bitmap.c
+++ b/src/afl-fuzz-bitmap.c
@@ -703,7 +703,7 @@ save_if_interesting(afl_state_t *afl, void *mem, u32 len, u8 fault) {
 #else
 
       snprintf(fn, PATH_MAX, "%s/crashes/id_%06llu_%02u", afl->out_dir,
-               afl->saved_crashes, afl->last_kill_signal);
+               afl->saved_crashes, afl->fsrv.last_kill_signal);
 
 #endif                                                    /* ^!SIMPLE_FILES */