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

Issue 67273004: Fix invalid reuse of weak global handle in GetScriptWrapper. (Closed)

Created:
7 years, 1 month ago by Michael Starzinger
Modified:
7 years, 1 month ago
Reviewers:
Michael Achenbach
CC:
v8-dev
Visibility:
Public.

Description

Fix invalid reuse of weak global handle in GetScriptWrapper. This fixes a direct usage of a weak global handle in GetScriptWrapper that just casted it to a strong local handle, while a subsequent GC might clear it. Handlepocalypse anyone? R=machenbach@chromium.org BUG=v8:2988 TEST=mjsunit/regress/regress-2988 Committed: http://code.google.com/p/v8/source/detail?r=17622

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -21 lines) Patch
M src/handles.cc View 2 chunks +4 lines, -4 lines 0 comments Download
A + test/mjsunit/regress/regress-2988.js View 1 chunk +8 lines, -17 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Michael Starzinger
7 years, 1 month ago (2013-11-11 15:56:48 UTC) #1
Michael Achenbach
LGTM
7 years, 1 month ago (2013-11-11 16:11:41 UTC) #2
Michael Starzinger
7 years, 1 month ago (2013-11-11 16:27:46 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r17622.

Powered by Google App Engine
This is Rietveld 408576698