added afl++ patches authors to special thanks

This commit is contained in:
Andrea Fioraldi
2019-08-27 14:02:48 +02:00
parent 6b45deaf97
commit b6f5e1635c
2 changed files with 6 additions and 4 deletions

View File

@ -332,7 +332,7 @@ static void afl_wait_tsl(CPUState *cpu, int fd) {
if (is_valid_addr(t.tb.pc)) {
mmap_lock();
tb = tb_gen_code(cpu, t.tb.pc, t.tb.cs_base, t.tb.flags, 0);
tb = tb_gen_code(cpu, t.tb.pc, t.tb.cs_base, t.tb.flags, t.tb.cf_mask);
mmap_unlock();
} else {