debug test for rng

This commit is contained in:
van Hauser
2020-07-20 12:08:31 +02:00
parent 9151cb9ba2
commit 6c163910ee
2 changed files with 7 additions and 1 deletions

View File

@ -334,7 +334,7 @@ u8 trim_case_custom(afl_state_t *afl, struct queue_entry *q, u8 *in_buf,
} else {
unsuccessful_trimming:
unsuccessful_trimming:
/* Tell the custom mutator that the trimming was unsuccessful */
afl->stage_cur = mutator->afl_custom_post_trim(mutator->data, 0);