For wild addresses in the shadow or shadow gap areas print an error message instead...
authorAlexander Potapenko <glider@google.com>
Mon, 23 Jul 2012 08:22:27 +0000 (08:22 +0000)
committerAlexander Potapenko <glider@google.com>
Mon, 23 Jul 2012 08:22:27 +0000 (08:22 +0000)
commit7f3e84c9fdb9628ba81ecffcc7d40ee1a1de7939
tree3e4ab738925b130ac457c346998dacda6f8d38c6
parent9056076cab8abc20a7643214f49c18a886546716
For wild addresses in the shadow or shadow gap areas print an error message instead of crashing on a check.
Add AddressSanitizer.MemsetWildAddressTest that makes sure a proper error message is printed.

llvm-svn: 160620
compiler-rt/lib/asan/asan_interceptors.cc
compiler-rt/lib/asan/asan_mapping.h
compiler-rt/lib/asan/asan_rtl.cc
compiler-rt/lib/asan/tests/asan_noinst_test.cc