@@ -4251,7 +4251,7 @@ static u8 mopt_common_fuzzing(afl_state_t *afl, MOpt_globals_t MOpt_globals) {
4251
4251
afl -> queued_paths + afl -> unique_crashes - temp_total_found ;
4252
4252
afl -> total_puppet_find = afl -> total_puppet_find + temp_temp_puppet ;
4253
4253
4254
- if (MOpt_globals .is_pilot_mode ){
4254
+ if (MOpt_globals .is_pilot_mode ) {
4255
4255
4256
4256
for (i = 0 ; i < operator_num ; ++ i ) {
4257
4257
@@ -4265,13 +4265,14 @@ static u8 mopt_common_fuzzing(afl_state_t *afl, MOpt_globals_t MOpt_globals) {
4265
4265
4266
4266
} else {
4267
4267
4268
- for (i = 0 ; i < operator_num ; i ++ ) {
4268
+ for (i = 0 ; i < operator_num ; i ++ ) {
4269
4269
4270
- if (afl -> core_operator_cycles_puppet_v2 [i ] > afl -> core_operator_cycles_puppet_v3 [i ])
4270
+ if (afl -> core_operator_cycles_puppet_v2 [i ] >
4271
+ afl -> core_operator_cycles_puppet_v3 [i ])
4271
4272
4272
- afl -> core_operator_finds_puppet_v2 [i ] += temp_temp_puppet ;
4273
+ afl -> core_operator_finds_puppet_v2 [i ] += temp_temp_puppet ;
4273
4274
4274
- }
4275
+ }
4275
4276
4276
4277
}
4277
4278
@@ -4545,14 +4546,15 @@ static u8 mopt_common_fuzzing(afl_state_t *afl, MOpt_globals_t MOpt_globals) {
4545
4546
4546
4547
} else {
4547
4548
4548
- for (i = 0 ; i < operator_num ; i ++ )
4549
- {
4549
+ for (i = 0 ; i < operator_num ; i ++ ) {
4550
4550
4551
- afl -> core_operator_finds_puppet [i ] = afl -> core_operator_finds_puppet_v2 [i ];
4552
- afl -> core_operator_cycles_puppet [i ] = afl -> core_operator_cycles_puppet_v2 [i ];
4553
- temp_stage_finds_puppet += afl -> core_operator_finds_puppet [i ];
4554
-
4555
- }
4551
+ afl -> core_operator_finds_puppet [i ] =
4552
+ afl -> core_operator_finds_puppet_v2 [i ];
4553
+ afl -> core_operator_cycles_puppet [i ] =
4554
+ afl -> core_operator_cycles_puppet_v2 [i ];
4555
+ temp_stage_finds_puppet += afl -> core_operator_finds_puppet [i ];
4556
+
4557
+ }
4556
4558
4557
4559
afl -> key_module = 2 ;
4558
4560
0 commit comments