DescriptionImprove 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
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=69066
Patch Set 1 #
Total comments: 6
Patch Set 2 : '' #
Messages
Total messages: 4 (0 generated)
|