Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(309)

Issue 60043: Speculative fix for a crash in SafeBrowsingResourceHandler (Closed)

Created:
11 years, 8 months ago by Paul Godavari
Modified:
9 years, 7 months ago
Reviewers:
huanr
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Speculative fix for a crash in resource handlers. Investigating the crash dumps for this bug, it looks like under certain network error conditions, the resource handlers are freed before the SafeBrowsing check has completed. When the check runs, it calls into invalid memory and crashes. BUG=8544 (http://crbug.com/8544) Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=13052

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -0 lines) Patch
M chrome/browser/renderer_host/safe_browsing_resource_handler.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/renderer_host/safe_browsing_resource_handler.cc View 1 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Paul Godavari
11 years, 8 months ago (2009-04-02 03:49:00 UTC) #1
huanr
11 years, 8 months ago (2009-04-02 20:35:42 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698