Fix dyslexia and clang format

This commit is contained in:
Carlo Maragno
2022-04-02 13:11:39 +02:00
parent 657e4cc812
commit 26f3ec28ee
4 changed files with 119 additions and 63 deletions

View File

@ -2516,8 +2516,17 @@ stop_fuzzing:
write_bitmap(afl);
save_auto(afl);
SAYF(CURSOR_SHOW cLRD "\n\n+++ Testing aborted %s +++\n" cRST,
afl->stop_soon == 2 ? "programmatically" : "by user");
if (afl->afl_env.afl_pizza_mode) {
SAYF(CURSOR_SHOW cLRD "\n\n+++ Baking aborted %s +++\n" cRST,
afl->stop_soon == 2 ? "programmatically" : "by the chef");
} else {
SAYF(CURSOR_SHOW cLRD "\n\n+++ Testing aborted %s +++\n" cRST,
afl->stop_soon == 2 ? "programmatically" : "by user");
}
if (afl->most_time_key == 2) {