[PATCH] Do not sanitize kernel area on 32-bit targets
Yury Gribov
tetra2005 at gmail.com
Wed Mar 26 08:34:25 PDT 2014
================
Comment at: lib/asan/asan_mapping.h:122
@@ -113,1 +121,3 @@
+#define kShadowGapEnd ((kMidMemBeg ? kMidShadowBeg \
+ : MEM_TO_SHADOW(kHighShadowEnd + 1)) - 1)
----------------
Kostya Serebryany wrote:
> why do you need this?
Yup, this is remains of some initial attempts. I'll remove it.
http://llvm-reviews.chandlerc.com/D3119
More information about the llvm-commits
mailing list