aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorThomas Rooijakkers <thomas.rooijakkers@tno.nl>2020-12-04 17:11:09 +0100
committerThomas Rooijakkers <thomas.rooijakkers@tno.nl>2020-12-04 17:15:25 +0100
commitd59d1fcd9fa356b98380dd5ab2ca1d82b3b80747 (patch)
tree5d8972e37bbeb565e73d715ff7e7322b7c42cc68 /include
parent1aebbd7490b39a39c31d473af536b7f932412cb6 (diff)
downloadAFLplusplus-d59d1fcd9fa356b98380dd5ab2ca1d82b3b80747.tar.gz
Add missing env var used in https://github.com/qemu/qemu/blob/bec7edf41d2d0e8006637a739881abcea1d1305c/accel/tcg/cpu-exec.c#L389 and ./qemu_mode/README.persistent.md
Diffstat (limited to 'include')
-rw-r--r--include/envs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/envs.h b/include/envs.h
index 43c87148..c0f41ca5 100644
--- a/include/envs.h
+++ b/include/envs.h
@@ -126,6 +126,7 @@ static char *afl_environment_variables[] = {
"AFL_QEMU_PERSISTENT_CNT",
"AFL_QEMU_PERSISTENT_GPR",
"AFL_QEMU_PERSISTENT_HOOK",
+ "AFL_QEMU_PERSISTENT_MEM",
"AFL_QEMU_PERSISTENT_RET",
"AFL_QEMU_PERSISTENT_RETADDR_OFFSET",
"AFL_QEMU_PERSISTENT_EXITS",