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

@ -559,8 +559,8 @@ Beyond this, see INSTALL for platform-specific tips.
## 15) Special thanks ## 15) Special thanks
------------------ ------------------
Many of the improvements to the original afl wouldn't be possible without Many of the improvements to the original afl and afl++ wouldn't be possible
feedback, bug reports, or patches from: without feedback, bug reports, or patches from:
``` ```
Jann Horn Hanno Boeck Jann Horn Hanno Boeck
@ -603,6 +603,8 @@ feedback, bug reports, or patches from:
Sami Liedes Craig Young Sami Liedes Craig Young
Andrzej Jackowski Daniel Hodson Andrzej Jackowski Daniel Hodson
Nathan Voss Dominik Maier Nathan Voss Dominik Maier
Andrea Biondo Vincent Le Garrec
Khaled Yakdan Kuang-che Wu
``` ```
Thank you! Thank you!

View File

@ -332,7 +332,7 @@ static void afl_wait_tsl(CPUState *cpu, int fd) {
if (is_valid_addr(t.tb.pc)) { if (is_valid_addr(t.tb.pc)) {
mmap_lock(); 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(); mmap_unlock();
} else { } else {