Improve filtering for false positive crashes
...by inspecting if the module with the crash has the topmost handler in the SEH chain. If that's the case then the exception will very likely be handled. This covers the case of IsBadReadPtr adn family without any special code. It also lets us address IsValidInterface, an internal helper in urlmon. BUG=64348 TEST=covered by existing unit tests Review URL: http://codereview.chromium.org/5622006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69066 0039d316-1c4b-4281-b951-d872f2087c98
Showing
- chrome_frame/crash_reporting/vectored_handler-impl.h 32 additions, 50 deletionschrome_frame/crash_reporting/vectored_handler-impl.h
- chrome_frame/crash_reporting/vectored_handler_unittest.cc 10 additions, 10 deletionschrome_frame/crash_reporting/vectored_handler_unittest.cc
- chrome_frame/crash_reporting/veh_test.cc 0 additions, 1 deletionchrome_frame/crash_reporting/veh_test.cc
Loading
Please register or sign in to comment