aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-08-10 09:16:55 +0200
committervan Hauser <vh@thc.org>2020-08-10 09:16:55 +0200
commit87da1e7af6b91c3e85f8ba0a846ed820713eda5f (patch)
tree25eb6582cdd3ab57320c8e308fd2c97f5996b3b6 /examples
parent9b71f7e5e49ee5fd9987fadbaca2f0e548680b33 (diff)
downloadafl++-87da1e7af6b91c3e85f8ba0a846ed820713eda5f.tar.gz
fix driver
Diffstat (limited to 'examples')
-rw-r--r--examples/aflpp_driver/aflpp_driver.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/aflpp_driver/aflpp_driver.c b/examples/aflpp_driver/aflpp_driver.c
index 1e7978b3..2a3b7dab 100644
--- a/examples/aflpp_driver/aflpp_driver.c
+++ b/examples/aflpp_driver/aflpp_driver.c
@@ -118,6 +118,8 @@ int __afl_persistent_loop(unsigned int);
static volatile char AFL_DEFER_FORKSVR[] = "##SIG_AFL_DEFER_FORKSRV##";
void __afl_manual_init();
+extern unsigned int *__afl_area_ptr;
+
// Use this optionally defined function to output sanitizer messages even if
// user asks to close stderr.
__attribute__((weak)) void __sanitizer_set_report_fd(void *);