mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 03:18:07 +00:00
disable expand havoc mopt for taint
This commit is contained in:
@ -1381,7 +1381,7 @@ int main(int argc, char **argv_orig, char **envp) {
|
|||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
if (afl->limit_time_sig == 0 && !afl->custom_only &&
|
if (afl->limit_time_sig == 0 && !afl->custom_only &&
|
||||||
!afl->python_only) {
|
!afl->python_only && !afl->fsrv.taint_mode) {
|
||||||
|
|
||||||
afl->limit_time_sig = -1;
|
afl->limit_time_sig = -1;
|
||||||
afl->limit_time_puppet = 0;
|
afl->limit_time_puppet = 0;
|
||||||
|
Reference in New Issue
Block a user