diff options
author | vanhauser-thc <vh@thc.org> | 2024-06-09 18:32:36 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2024-06-09 18:32:36 +0200 |
commit | 0c81982e67f6d637722a9ced1c50d91d7493d410 (patch) | |
tree | a84a52952a1113ff2f5a16bf0dd301912b664dc6 | |
parent | 5014b86c3c3974000f41cde1dc39a1f5b9cf9605 (diff) | |
download | afl++-0c81982e67f6d637722a9ced1c50d91d7493d410.tar.gz |
nit
-rw-r--r-- | instrumentation/afl-compiler-rt.o.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/afl-compiler-rt.o.c b/instrumentation/afl-compiler-rt.o.c index e450dc45..c08e6380 100644 --- a/instrumentation/afl-compiler-rt.o.c +++ b/instrumentation/afl-compiler-rt.o.c @@ -1849,7 +1849,7 @@ void __sanitizer_cov_trace_pc_guard_init(uint32_t *start, uint32_t *stop) { to avoid duplicate calls (which can happen as an artifact of the underlying implementation in LLVM). */ - if (__afl_final_loc < 5) __afl_final_loc = 5; // we skip the first 5 entries + if (__afl_final_loc < 4) __afl_final_loc = 4; // we skip the first 5 entries *(start++) = ++__afl_final_loc; |