Chromium Code Reviews
DescriptionFix a crash caused by a race condition between the time the UrlmonUrlRequest::EndRequestInternal task
executing and the OnStopBinding function getting called by Urlmon. If our task executes first we essentially
operate on an invalid object.
Fixes http://code.google.com/p/chromium/issues/detail?id=29033
Added a comment to the EndRequest function indicating that it is invalid to access any members after it
is called. Added a helper function to release the bindings and revoke the bind status callback.
Bug=29033
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=33551
Patch Set 1 #
Total comments: 4
Patch Set 2 : '' #
Messages
Total messages: 4 (0 generated)
|
||||||||||||||||||||||||||||