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

Issue 155628: Fixes a crash in the plugin process caused by the XStandard plugin passing in... (Closed)

Created:
11 years, 5 months ago by ananta
Modified:
9 years, 6 months ago
Reviewers:
jam
CC:
chromium-reviews_googlegroups.com, darin (slow to review), jam
Visibility:
Public.

Description

Fixes a crash in the plugin process caused by the XStandard plugin passing in a NULL NPObject to NPN_HasMethod. I checked out Firefox's implementation and they check for NULL NPObjects in all functions except NPN_Evaluate and NPN_SetException. Fix is to emulate Firefox behavior. Fixes http://code.google.com/p/chromium/issues/detail?id=16900 Bug=16900 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=20940

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -0 lines) Patch
M chrome/plugin/npobject_proxy.cc View 1 8 chunks +24 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
ananta
11 years, 5 months ago (2009-07-16 08:21:50 UTC) #1
jam
11 years, 5 months ago (2009-07-16 19:45:38 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698