Fix previous commit bugs

This commit is contained in:
rish9101
2020-05-13 19:46:30 +05:30
parent 45bddcd808
commit 645e331559
2 changed files with 4 additions and 5 deletions

View File

@ -314,7 +314,6 @@ void setup_post(afl_state_t *afl) {
/* Do a quick test. It's better to segfault now than later =) */
u8 *post_buf = NULL;
mutator->data = mutator->afl_custom_init(afl, rand_below(afl, 0xFFFFFFFF));
if (!mutator->data) { FATAL("Could not initialize post handler."); }