[PATCH] D39260: [asan] Don't print rows of shadow bytes outside shadow memory

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 24 15:05:41 PDT 2017


vitalybuka added inline comments.


================
Comment at: compiler-rt/lib/asan/asan_errors.cc:429
+    // space.
+    if (!AddrIsInShadow(row_shadow_addr)) continue;
     const char *prefix = (i == 0) ? "=>" : "  ";
----------------
What do users see now, without your patch?


https://reviews.llvm.org/D39260





More information about the llvm-commits mailing list