allow custom mut with mopt if -L is -1

This commit is contained in:
Andrea Fioraldi
2020-07-28 16:02:15 +02:00
parent b3f5b566b0
commit 952e5b47eb

View File

@ -40,7 +40,7 @@ void setup_custom_mutators(afl_state_t *afl) {
if (fn) {
if (afl->limit_time_sig)
if (afl->limit_time_sig && afl->limit_time_sig != -1)
FATAL(
"MOpt and custom mutator are mutually exclusive. We accept pull "
"requests that integrates MOpt with the optional mutators "