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

Issue 9056: This fixes bug http://code.google.com/p/chromium/issues/detail?id=3907, which... (Closed)

Created:
12 years, 1 month ago by ananta
Modified:
9 years, 6 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

This fixes bug http://code.google.com/p/chromium/issues/detail?id=3907, which was a crash in the browser in the IPC handler codepath which handles scrolling. The crash occured because of a failure to find the backing store for the RenderWidgetHost instance. We would end up dereferencing a NULL backing store pointer and crash. The fix for this is to check for a NULL backing store and return. R=darin Bug=3907 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=4517

Patch Set 1 #

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

Messages

Total messages: 2 (0 generated)
ananta
12 years, 1 month ago (2008-11-03 21:50:55 UTC) #1
darin (slow to review)
12 years, 1 month ago (2008-11-03 22:27:29 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698