diff options
author | van Hauser <vh@thc.org> | 2021-02-17 17:43:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-17 17:43:11 +0100 |
commit | 857229654e942000021dce926483586b038082d2 (patch) | |
tree | 1a4d19a2246bbd75d861c6b91e04ca9b2178fa60 /qemu_mode/libqasan/dlmalloc.c | |
parent | d999725de217a0adf4f936954c418ad8c8c3da2a (diff) | |
parent | 4c47b242eb976b8518ab8884733d02465f02d90a (diff) | |
download | afl++-857229654e942000021dce926483586b038082d2.tar.gz |
Merge pull request #750 from AFLplusplus/dev
Push to stable
Diffstat (limited to 'qemu_mode/libqasan/dlmalloc.c')
-rw-r--r-- | qemu_mode/libqasan/dlmalloc.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/qemu_mode/libqasan/dlmalloc.c b/qemu_mode/libqasan/dlmalloc.c index aff58ad5..bace0ff6 100644 --- a/qemu_mode/libqasan/dlmalloc.c +++ b/qemu_mode/libqasan/dlmalloc.c @@ -3917,7 +3917,6 @@ 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; \ @@ -4129,7 +4128,6 @@ static void internal_malloc_stats(mstate m) { \ } else \ \ - \ CORRUPTION_ERROR_ACTION(M); \ if (R != 0) { \ \ @@ -4146,7 +4144,6 @@ static void internal_malloc_stats(mstate m) { \ } else \ \ - \ CORRUPTION_ERROR_ACTION(M); \ \ } \ @@ -4159,14 +4156,12 @@ static void internal_malloc_stats(mstate m) { \ } else \ \ - \ CORRUPTION_ERROR_ACTION(M); \ \ } \ \ } else \ \ - \ CORRUPTION_ERROR_ACTION(M); \ \ } \ |