about summary refs log tree commit diff
path: root/qemu_mode/libqasan/dlmalloc.c
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-02-07 09:42:28 +0100
committervanhauser-thc <vh@thc.org>2021-02-07 09:42:28 +0100
commitc2c65fd9c1cc3604200bc6ae62e2a1a7e6950a0e (patch)
tree398dda81023771cf7df5d757fcb89064ea0f90e4 /qemu_mode/libqasan/dlmalloc.c
parent0ad56167c53ae660d40ccc6cdedb39f0a52eefcd (diff)
downloadafl++-c2c65fd9c1cc3604200bc6ae62e2a1a7e6950a0e.tar.gz
mark llvm 13 as unsupported (yet)
Diffstat (limited to 'qemu_mode/libqasan/dlmalloc.c')
-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 ce94451d..3c7dcea8 100644
--- a/qemu_mode/libqasan/dlmalloc.c
+++ b/qemu_mode/libqasan/dlmalloc.c
@@ -3908,6 +3908,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;                                                             \
@@ -4119,6 +4120,7 @@ static void internal_malloc_stats(mstate m) {
                                                                    \
       } else                                                       \
                                                                    \
+                                                                   \
         CORRUPTION_ERROR_ACTION(M);                                \
       if (R != 0) {                                                \
                                                                    \
@@ -4135,6 +4137,7 @@ static void internal_malloc_stats(mstate m) {
                                                                    \
             } else                                                 \
                                                                    \
+                                                                   \
               CORRUPTION_ERROR_ACTION(M);                          \
                                                                    \
           }                                                        \
@@ -4147,12 +4150,14 @@ static void internal_malloc_stats(mstate m) {
                                                                    \
             } else                                                 \
                                                                    \
+                                                                   \
               CORRUPTION_ERROR_ACTION(M);                          \
                                                                    \
           }                                                        \
                                                                    \
         } else                                                     \
                                                                    \
+                                                                   \
           CORRUPTION_ERROR_ACTION(M);                              \
                                                                    \
       }                                                            \