diff options
author | vanhauser-thc <vh@thc.org> | 2023-09-04 13:38:09 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-09-04 13:38:09 +0200 |
commit | 87b33740ea426bac276a9eb4bc5f201bd396b6dc (patch) | |
tree | 599ed6b21a02fa49215183e884c20b7ef4163940 /src/afl-fuzz.c | |
parent | 9307ef4b7caa96754d0449361d48b5a98ef73d8f (diff) | |
download | afl++-87b33740ea426bac276a9eb4bc5f201bd396b6dc.tar.gz |
ensure table reinit, downgrade redundant
Diffstat (limited to 'src/afl-fuzz.c')
-rw-r--r-- | src/afl-fuzz.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c index 90c255e3..768a5bbd 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -2369,7 +2369,7 @@ int main(int argc, char **argv_orig, char **envp) { } else { - ACTF("skipping initial seed calibration due option override"); + ACTF("skipping initial seed calibration due option override!"); usleep(1000); } |