mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-16 03:48:08 +00:00
allow custom mut with mopt if -L is -1
This commit is contained in:
@ -40,7 +40,7 @@ void setup_custom_mutators(afl_state_t *afl) {
|
|||||||
|
|
||||||
if (fn) {
|
if (fn) {
|
||||||
|
|
||||||
if (afl->limit_time_sig)
|
if (afl->limit_time_sig && afl->limit_time_sig != -1)
|
||||||
FATAL(
|
FATAL(
|
||||||
"MOpt and custom mutator are mutually exclusive. We accept pull "
|
"MOpt and custom mutator are mutually exclusive. We accept pull "
|
||||||
"requests that integrates MOpt with the optional mutators "
|
"requests that integrates MOpt with the optional mutators "
|
||||||
|
Reference in New Issue
Block a user