[PATCH] [ASan] Initial support for Kernel AddressSanitizer

Yury Gribov tetra2005 at gmail.com
Thu Jun 18 23:39:05 PDT 2015


================
Comment at: lib/Transforms/Instrumentation/AddressSanitizer.cpp:1387
@@ -1370,1 +1386,3 @@
+      // TODO(glider): add _noabort to error reporting functions, make them
+      // actually noabort.
       AsanErrorCallbackSized[AccessIsWrite][Exp] =
----------------
Do you mean to add noabort variants to compiler-rt? That would be nice, especially if you could add -fsanitize-recover to enable those in userspace as well.

http://reviews.llvm.org/D10411

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the cfe-commits mailing list