diff options
-rw-r--r-- | src/afl-forkserver.c | 4 | ||||
-rw-r--r-- | unicorn_mode/UNICORNAFL_VERSION | 2 | ||||
m--------- | unicorn_mode/unicornafl | 0 |
3 files changed, 5 insertions, 1 deletions
diff --git a/src/afl-forkserver.c b/src/afl-forkserver.c index 6601aceb..d32e8293 100644 --- a/src/afl-forkserver.c +++ b/src/afl-forkserver.c @@ -522,6 +522,10 @@ void afl_fsrv_start(afl_forkserver_t *fsrv, char **argv, } + } else { + + FATAL("Target requested sharedmem fuzzing, but we failed to enable it."); + } } diff --git a/unicorn_mode/UNICORNAFL_VERSION b/unicorn_mode/UNICORNAFL_VERSION index 308f68fa..5ccb9480 100644 --- a/unicorn_mode/UNICORNAFL_VERSION +++ b/unicorn_mode/UNICORNAFL_VERSION @@ -1 +1 @@ -37067ac +f633b2a diff --git a/unicorn_mode/unicornafl b/unicorn_mode/unicornafl -Subproject 707060cbc3b9d978f6e47d037ad05b2bfc5e88a +Subproject f633b2a6d918631a9f37f3785449f331e430155 |