diff options
| author | van Hauser <vh@thc.org> | 2024-08-19 16:51:42 +0200 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-19 16:51:42 +0200 | 
| commit | f27cbdb79349d6f4f6e859a356758b634be72652 (patch) | |
| tree | 8e1dbb1b8454c470aa5e0093f6d89c5cc86e9200 /src/afl-fuzz-bitmap.c | |
| parent | db23931e7c1727ddac8691a6241c97b2203ec6fc (diff) | |
| parent | 1689a8e053c1f73e16331bfeda28c79e1ed4bbd0 (diff) | |
| download | afl++-f27cbdb79349d6f4f6e859a356758b634be72652.tar.gz | |
Merge pull request #2190 from AFLplusplus/dev
push to stable
Diffstat (limited to 'src/afl-fuzz-bitmap.c')
| -rw-r--r-- | src/afl-fuzz-bitmap.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/afl-fuzz-bitmap.c b/src/afl-fuzz-bitmap.c index 97ccd3d3..fd75a822 100644 --- a/src/afl-fuzz-bitmap.c +++ b/src/afl-fuzz-bitmap.c @@ -456,8 +456,8 @@ void write_crash_readme(afl_state_t *afl) { save or queue the input test case for further analysis if so. Returns 1 if entry is saved, 0 otherwise. */ -u8 __attribute__((hot)) -save_if_interesting(afl_state_t *afl, void *mem, u32 len, u8 fault) { +u8 __attribute__((hot)) save_if_interesting(afl_state_t *afl, void *mem, + u32 len, u8 fault) { if (unlikely(len == 0)) { return 0; } | 
