[PATCH] D20084: [sanitizer] Initial implementation of a Hardened Allocator

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Fri May 27 15:19:58 PDT 2016


kcc added inline comments.

================
Comment at: projects/compiler-rt/lib/hardened_allocator/scudo_allocator.h:29
@@ +28,3 @@
+// CheckFailedCallback function, which could be abused by a potential attacker.
+#ifdef CHECK_IMPL
+#undef CHECK_IMPL
----------------
So, you should not need this any more, let's remove it now. 
I'll make on more pass afterwards (Monday-ish)


http://reviews.llvm.org/D20084





More information about the llvm-commits mailing list