[ASan/Win] Handle SEH exceptions (best-effort, similar to longjmp)
commit10d47b6bd0bdbda90646ddf6d4f5ec04893e68ef
authorTimur Iskhodzhanov <timurrrr@google.com>
Tue, 22 Jul 2014 13:44:18 +0000 (22 13:44 +0000)
committerTimur Iskhodzhanov <timurrrr@google.com>
Tue, 22 Jul 2014 13:44:18 +0000 (22 13:44 +0000)
tree3edd04f221849e7dc7520983af0c048ebb6d2dd5
parent8d5cda9f4e67580f3f2eb2dbd59bdcc70c1504c5
[ASan/Win] Handle SEH exceptions (best-effort, similar to longjmp)

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@213654 91177308-0d34-0410-b5e6-96231b3b80d8
lib/asan/asan_interceptors.cc
lib/asan/asan_report.cc
test/asan/TestCases/Windows/seh.cc [new file with mode: 0644]