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

Issue 67067: Merge 13052 - Speculative fix for a crash in resource handlers.... (Closed)

Created:
11 years, 8 months ago by laforge
Modified:
9 years, 7 months ago
Reviewers:
Paul Godavari, paulg
CC:
chromium-reviews_googlegroups.com
Base URL:
svn://chrome-svn.corp.google.com/chrome/branches/172/src/
Visibility:
Public.

Description

Merge 13052 - 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) Review URL: http://codereview.chromium.org/60043 TBR=paulg@google.com Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=13560

Patch Set 1 #

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 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/renderer_host/safe_browsing_resource_handler.cc View 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
laforge
11 years, 8 months ago (2009-04-11 19:49:20 UTC) #1
Paul Godavari
11 years, 8 months ago (2009-04-13 18:53:53 UTC) #2
This change won't actually fix the problem. I have a real fix in code review
right now (although it's harmless to merge your change in).

http://codereview.chromium.org/63036

Powered by Google App Engine
This is Rietveld 408576698