fix pizza mode

This commit is contained in:
vanhauser-thc
2022-04-03 19:14:59 +02:00
parent d9fa6af1b1
commit 15b43e6ce1
6 changed files with 25 additions and 6 deletions

View File

@ -483,7 +483,8 @@ typedef struct afl_state {
debug, /* Debug mode */
custom_only, /* Custom mutator only mode */
is_main_node, /* if this is the main node */
is_secondary_node; /* if this is a secondary instance */
is_secondary_node, /* if this is a secondary instance */
pizza_is_served; /* pizza mode */
u32 stats_update_freq; /* Stats update frequency (execs) */