mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 18:48:08 +00:00
formatting
This commit is contained in:
@ -1267,3 +1267,4 @@ void queue_testcase_store_mem(afl_state_t *afl, struct queue_entry *q, u8 *mem);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -235,3 +235,4 @@ static char *afl_environment_variables[] = {
|
||||
extern char *afl_environment_variables[];
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -720,7 +720,12 @@ save_if_interesting(afl_state_t *afl, void *mem, u32 len, u8 fault) {
|
||||
|
||||
}
|
||||
|
||||
if (unlikely(!afl->saved_crashes) && (afl->afl_env.afl_no_crash_readme != 1)) { write_crash_readme(afl); }
|
||||
if (unlikely(!afl->saved_crashes) &&
|
||||
(afl->afl_env.afl_no_crash_readme != 1)) {
|
||||
|
||||
write_crash_readme(afl);
|
||||
|
||||
}
|
||||
|
||||
#ifndef SIMPLE_FILES
|
||||
|
||||
@ -821,3 +826,4 @@ save_if_interesting(afl_state_t *afl, void *mem, u32 len, u8 fault) {
|
||||
return keeping;
|
||||
|
||||
}
|
||||
|
||||
|
@ -673,3 +673,4 @@ void afl_states_request_skip(void) {
|
||||
LIST_FOREACH(&afl_states, afl_state_t, { el->skip_requested = 1; });
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user