mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-16 03:48:08 +00:00
enable snapshot lkm for llvm_mode persistent mode
This commit is contained in:
@ -519,7 +519,7 @@ static void __afl_start_snapshots(void) {
|
||||
static void __afl_start_forkserver(void) {
|
||||
|
||||
#ifdef __linux__
|
||||
if (!is_persistent && !__afl_cmp_map && !getenv("AFL_NO_SNAPSHOT") &&
|
||||
if (/*!is_persistent &&*/ !__afl_cmp_map && !getenv("AFL_NO_SNAPSHOT") &&
|
||||
afl_snapshot_init() >= 0) {
|
||||
|
||||
__afl_start_snapshots();
|
||||
|
Reference in New Issue
Block a user