Comment #2 on issue 7487 by [email protected]: Browser crash on
URLRequestHttpJob::ReadRawData
http://code.google.com/p/chromium/issues/detail?id=7487
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=9540
------------------------------------------------------------------------
r9540 | [email protected] | 2009-02-10 17:32:58 -0800 (Tue, 10 Feb 2009) |
12 lines
Changed paths:
M
http://src.chromium.org/viewvc/chrome/trunk/src/base/shared_memory.h?r1=9540&r2=9539
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/renderer_host/async_resource_handler.cc?r1=9540&r2=9539
Fix a browser crash when the async resource handler keeps an
IOBuffer after a failed attempt to send the data to a (now gone)
renderer. The shared memory section is unmapped so the buffer
must not be kept around and possibly re-used.
I'm also fixing a leak reported by purify.
BUG=7487
BUG=7374
Review URL: http://codereview.chromium.org/21222
------------------------------------------------------------------------
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---