[ASan/Win] Catch NULL derefs and page faults
commit65b42e13c28dfc17859db3ba78dc0a4e2a35cb9c
authorTimur Iskhodzhanov <timurrrr@google.com>
Fri, 11 Jul 2014 11:57:41 +0000 (11 11:57 +0000)
committerTimur Iskhodzhanov <timurrrr@google.com>
Fri, 11 Jul 2014 11:57:41 +0000 (11 11:57 +0000)
tree448277709f6a531c8f6ecdba654454b9e3874212
parent4f59148e575e01ed1896ff98f0e8a99ab689ebe5
[ASan/Win] Catch NULL derefs and page faults

Reviewed at http://reviews.llvm.org/D4471

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@212807 91177308-0d34-0410-b5e6-96231b3b80d8
lib/asan/asan_posix.cc
lib/asan/asan_report.cc
lib/asan/asan_report.h
lib/asan/asan_win.cc
lib/sanitizer_common/sanitizer_win.cc
test/asan/TestCases/Windows/null_deref.cc [new file with mode: 0644]