mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-09 08:41:32 +00:00
[wantfix] make error @SIMPLE_FILES
Hi there! I tried to compile with SIMPLE_FILES, but got an error message. Please have a look through it. Sincerely. ``` src/afl-fuzz-bitmap.c: In function ‘save_if_interesting’: src/afl-fuzz-bitmap.c:706:39: error: ‘afl_state_t’ {aka ‘struct afl_state’} has no member named ‘last_kill_signal’ 706 | afl->saved_crashes, afl->last_kill_signal); | ^~ make: *** [GNUmakefile:437: afl-fuzz] Error 1 ```
This commit is contained in:
parent
15b43e6ce1
commit
044d3e823e
@ -703,7 +703,7 @@ save_if_interesting(afl_state_t *afl, void *mem, u32 len, u8 fault) {
|
|||||||
#else
|
#else
|
||||||
|
|
||||||
snprintf(fn, PATH_MAX, "%s/crashes/id_%06llu_%02u", afl->out_dir,
|
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 */
|
#endif /* ^!SIMPLE_FILES */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user