[PATCH] [ASan] Don't die with internal ASan error on large buffer overflows

Alexey Samsonov samsonov at google.com
Mon Oct 14 04:17:40 PDT 2013



================
Comment at: lib/asan/asan_report.cc:418
@@ +417,3 @@
+  if (!chunk.IsValid()) {
+    Printf("AddressSanitizer can not provide additional info.\n");
+    return;
----------------
Kostya Serebryany wrote:
> I'd rephrase: 
>   AddressSanitizer can not describe this address in more detail (wild memory access suspected)
Done


http://llvm-reviews.chandlerc.com/D1893



More information about the llvm-commits mailing list