aboutsummaryrefslogtreecommitdiff
path: root/qemu_mode
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2021-02-19 20:33:12 +0100
committerAndrea Fioraldi <andreafioraldi@gmail.com>2021-02-19 20:33:12 +0100
commit89cf94f0e6afd4d360f7f139f16a6730a07b478d (patch)
tree1b916222b5ef6376682f15c5cbe2e348a07b5f06 /qemu_mode
parent17211253b2298958dfbd9dae79acf96a4d9ca32d (diff)
downloadafl++-89cf94f0e6afd4d360f7f139f16a6730a07b478d.tar.gz
suggested env vars for lazy ppl
Diffstat (limited to 'qemu_mode')
-rw-r--r--qemu_mode/libqasan/dlmalloc.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/qemu_mode/libqasan/dlmalloc.c b/qemu_mode/libqasan/dlmalloc.c
index bace0ff6..aff58ad5 100644
--- a/qemu_mode/libqasan/dlmalloc.c
+++ b/qemu_mode/libqasan/dlmalloc.c
@@ -3917,6 +3917,7 @@ static void internal_malloc_stats(mstate m) {
\
} else if (RTCHECK(B == smallbin_at(M, I) || \
\
+ \
(ok_address(M, B) && B->fd == P))) { \
\
F->bk = B; \
@@ -4128,6 +4129,7 @@ static void internal_malloc_stats(mstate m) {
\
} else \
\
+ \
CORRUPTION_ERROR_ACTION(M); \
if (R != 0) { \
\
@@ -4144,6 +4146,7 @@ static void internal_malloc_stats(mstate m) {
\
} else \
\
+ \
CORRUPTION_ERROR_ACTION(M); \
\
} \
@@ -4156,12 +4159,14 @@ static void internal_malloc_stats(mstate m) {
\
} else \
\
+ \
CORRUPTION_ERROR_ACTION(M); \
\
} \
\
} else \
\
+ \
CORRUPTION_ERROR_ACTION(M); \
\
} \