[ASan/Win] Fix a CHECK failure when an exception is thrown from a callback passed...
authorTimur Iskhodzhanov <timurrrr@google.com>
Wed, 11 Mar 2015 17:47:10 +0000 (17:47 +0000)
committerTimur Iskhodzhanov <timurrrr@google.com>
Wed, 11 Mar 2015 17:47:10 +0000 (17:47 +0000)
commit81514e0660d19506db2bcc78eff670043be73d42
treeda5121793b26583e78dde1ddcf6aa43dc7d8eccc
parent116e18be4149241c4ca7bd1b850e558bc8cf11a9
[ASan/Win] Fix a CHECK failure when an exception is thrown from a callback passed to QueueUserWorkItem

llvm-svn: 231947
compiler-rt/lib/asan/asan_interceptors.cc
compiler-rt/test/asan/TestCases/Windows/queue_user_work_item.cc [new file with mode: 0644]