[PATCH] PR20721: Don't let UBSan print inaccessible memory

Alexander Potapenko glider at google.com
Wed Sep 17 05:33:30 PDT 2014


LGTM

================
Comment at: lib/sanitizer_common/sanitizer_win.cc:526
@@ +525,3 @@
+bool IsAccessibleMemoryRange(uptr beg, uptr size) {
+  UNIMPLEMENTED();
+}
----------------
I suggest making this function always return true and adding a FIXME

http://reviews.llvm.org/D5253






More information about the llvm-commits mailing list