about summary refs log tree commit diff
path: root/src/afl-fuzz.c
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2020-04-14 10:09:03 +0200
committerAndrea Fioraldi <andreafioraldi@gmail.com>2020-04-14 10:09:03 +0200
commit1fbface656ae4f64fc8643def840fa488098e580 (patch)
treee4e57d2c4a280b3f31f971e7ce0dea4571bb6b2f /src/afl-fuzz.c
parent0e1d82dd9f5cfe48b294e876924acea2f5094f01 (diff)
downloadafl++-1fbface656ae4f64fc8643def840fa488098e580.tar.gz
cmplog is now better
Diffstat (limited to 'src/afl-fuzz.c')
-rw-r--r--src/afl-fuzz.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c
index 10fee76c..b89bccb4 100644
--- a/src/afl-fuzz.c
+++ b/src/afl-fuzz.c
@@ -966,12 +966,6 @@ int main(int argc, char **argv_orig, char **envp) {
 
   if (afl->cmplog_binary) {
 
-    if (afl->limit_time_sig)
-      FATAL(
-          "MOpt and CmpLog are mutually exclusive. We accept pull requests "
-          "that integrates MOpt with the optional mutators "
-          "(custom/radamsa/redquenn/...).");
-
     if (afl->unicorn_mode)
       FATAL("CmpLog and Unicorn mode are not compatible at the moment, sorry");
     if (!afl->qemu_mode) check_binary(afl, afl->cmplog_binary);