diff options
author | Davide Quarta <quarta@qti.qualcomm.com> | 2024-02-05 18:26:46 +0100 |
---|---|---|
committer | Davide Quarta <quarta@qti.qualcomm.com> | 2024-02-05 18:26:46 +0100 |
commit | 023fc19ce04bffcbd623e27a1f2d1810c3ec0c3c (patch) | |
tree | 9a1130a5c2fec03a6a85db5f2f176be958a2332d /include/afl-fuzz.h | |
parent | 8fedf4998449d5b6b909a1118fc2e152e4d2e6e7 (diff) | |
download | afl++-023fc19ce04bffcbd623e27a1f2d1810c3ec0c3c.tar.gz |
better replay mode error handling, added replay mode documentation, code formatting
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r-- | include/afl-fuzz.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index 864bc6b6..f95dcc20 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -125,7 +125,7 @@ #endif /* ^!SIMPLE_FILES */ #ifdef AFL_PERSISTENT_RECORD - #define RECORD_PREFIX "RECORD:" + #define RECORD_PREFIX "RECORD:" #endif #define STAGE_BUF_SIZE (64) /* usable size for stage name buf in afl_state */ |