aboutsummaryrefslogtreecommitdiff
path: root/instrumentation
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2020-11-18 03:02:13 +0100
committerDominik Maier <domenukk@gmail.com>2020-11-18 03:02:13 +0100
commitf80f62f14bb5222344925a7ec51c81aa2f95d86e (patch)
tree4afc4750e1bdfc8f2f661debf92ebb32812d0c9a /instrumentation
parent57f8aec3814e1959d36210815a0369d7bc149ac7 (diff)
downloadafl++-f80f62f14bb5222344925a7ec51c81aa2f95d86e.tar.gz
renamed env var to AFL_DEBUG_CHILD
Diffstat (limited to 'instrumentation')
-rw-r--r--instrumentation/afl-compiler-rt.o.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/afl-compiler-rt.o.c b/instrumentation/afl-compiler-rt.o.c
index 18501b65..485f500c 100644
--- a/instrumentation/afl-compiler-rt.o.c
+++ b/instrumentation/afl-compiler-rt.o.c
@@ -992,7 +992,7 @@ void __sanitizer_cov_trace_pc_guard(uint32_t *guard) {
// For stability analysis, if you want to know to which function unstable
// edge IDs belong - uncomment, recompile+install llvm_mode, recompile
// the target. libunwind and libbacktrace are better solutions.
- // Set AFL_DEBUG_CHILD_OUTPUT=1 and run afl-fuzz with 2>file to capture
+ // Set AFL_DEBUG_CHILD=1 and run afl-fuzz with 2>file to capture
// the backtrace output
/*
uint32_t unstable[] = { ... unstable edge IDs };