Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus

This commit is contained in:
Andrea Fioraldi
2020-02-27 16:04:20 +01:00
2 changed files with 3 additions and 1 deletions

View File

@ -702,7 +702,7 @@ without feedback, bug reports, or patches from:
Nathan Voss Dominik Maier Nathan Voss Dominik Maier
Andrea Biondo Vincent Le Garrec Andrea Biondo Vincent Le Garrec
Khaled Yakdan Kuang-che Wu Khaled Yakdan Kuang-che Wu
Josephine Calliotte Josephine Calliotte Konrad Welc
``` ```
Thank you! Thank you!

View File

@ -1024,6 +1024,7 @@ int main(int argc, char** argv, char** envp) {
if (most_time * 1000 < cur_ms_lv - start_time) { if (most_time * 1000 < cur_ms_lv - start_time) {
most_time_key = 2; most_time_key = 2;
stop_soon = 2;
break; break;
} }
@ -1035,6 +1036,7 @@ int main(int argc, char** argv, char** envp) {
if (most_execs <= total_execs) { if (most_execs <= total_execs) {
most_execs_key = 2; most_execs_key = 2;
stop_soon = 2;
break; break;
} }