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

Issue 7792007: NULL nobject_ in the stub prior to deallocating the object, to avoid re-entrancy into NPObjectStu... (Closed)

Created:
9 years, 3 months ago by eroman
Modified:
9 years, 3 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Visibility:
Public.

Description

NULL nobject_ in the stub prior to deallocating the object, to avoid re-entrancy into NPObjectStub::DeleteSoon() during NPObjectStub::OnChannelError() from double-deleting the stub. BUG=94179 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=98746

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -2 lines) Patch
M content/plugin/npobject_stub.cc View 1 chunk +9 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
eroman
Darin, this is a follow-up to the instrumentation change I sent you last week. It ...
9 years, 3 months ago (2011-08-29 19:44:20 UTC) #1
Wez
This LGTM.
9 years, 3 months ago (2011-08-29 19:46:39 UTC) #2
darin (slow to review)
LGTM Can you construct a regression test?
9 years, 3 months ago (2011-08-29 19:52:15 UTC) #3
eroman
> Can you construct a regression test? Absolutely. James has agree to help me with ...
9 years, 3 months ago (2011-08-29 21:48:10 UTC) #4
commit-bot: I haz the power
Change committed as 98746
9 years, 3 months ago (2011-08-30 01:15:16 UTC) #5
eroman
9 years, 3 months ago (2011-08-30 19:27:38 UTC) #6
FYI: Wez has written a unit-test for this codepath:
http://codereview.chromium.org/7806020

(so your comment about adding regression test should now be addressed).

Powered by Google App Engine
This is Rietveld 408576698