[ASan/Win] Fix a CHECK failure when an exception is thrown from a callback passed...
authorTimur Iskhodzhanov <timurrrr@google.com>
Tue, 17 Mar 2015 16:50:59 +0000 (16:50 +0000)
committerTimur Iskhodzhanov <timurrrr@google.com>
Tue, 17 Mar 2015 16:50:59 +0000 (16:50 +0000)
commitd58230b9dcb3b312a2da8f874daa0cc8dc27da9b
treea31970bf83bca01a70838f4de5be528bae43f6b2
parent0b16859805c35c0173f67b2b58243184e073c7a0
[ASan/Win] Fix a CHECK failure when an exception is thrown from a callback passed to BindIoCompletionCallback

This also simplifies how we handle QueueUserWorkItem

llvm-svn: 232499
compiler-rt/lib/asan/asan_win.cc
compiler-rt/lib/interception/interception_win.cc
compiler-rt/test/asan/TestCases/Windows/bind_io_completion_callback.cc [new file with mode: 0644]
compiler-rt/test/asan/TestCases/Windows/queue_user_work_item_report.cc [new file with mode: 0644]