[PATCH] Respect personality in kernel area detector

Alexey Samsonov samsonov at google.com
Mon May 12 14:34:09 PDT 2014


================
Comment at: lib/sanitizer_common/sanitizer_flags.cc:125
@@ -124,1 +124,3 @@
             "not a user-facing flag, used mosly for testing the tools");
+  ParseFlag(str, &f->full_address_space, "full_address_space",
+            "Sanitize complete address space; "
----------------
Please provide default value for this flag in SetCommonFlagsDefaults().

http://reviews.llvm.org/D3724






More information about the llvm-commits mailing list