diff options
author | vanhauser-thc <vh@thc.org> | 2022-08-25 15:52:46 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-08-25 15:52:46 +0200 |
commit | eb5a914ef670d43cc41ce130edb4e0586d97e278 (patch) | |
tree | 24ac9dc2eb3bf5c3f114e9e0abb52729f893b8ed /src/afl-fuzz.c | |
parent | 88ff8aa81e41717abb3d72f8714fdc38591b81a7 (diff) | |
download | afl++-eb5a914ef670d43cc41ce130edb4e0586d97e278.tar.gz |
fix pizza mode
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 e705f187..1f0fcab1 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -2560,7 +2560,7 @@ stop_fuzzing: write_bitmap(afl); save_auto(afl); - if (afl->afl_env.afl_pizza_mode) { + if (afl->pizza_is_served) { SAYF(CURSOR_SHOW cLRD "\n\n+++ Baking aborted %s +++\n" cRST, afl->stop_soon == 2 ? "programmatically" : "by the chef"); |