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

Issue 273383003: v8::TryCatch now works correctly with ASAN's UseAfterReturn mode enabled. (Closed)

Created:
6 years, 7 months ago by Igor Sheludko
Modified:
6 years, 7 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev, Paweł Hajdan Jr.
Visibility:
Public.

Description

v8::TryCatch now works correctly with ASAN's UseAfterReturn mode enabled. BUG=chromium:369962 LOG=N R=jkummerow@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=21273

Patch Set 1 #

Total comments: 4

Patch Set 2 : Addressing review notes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -11 lines) Patch
M include/v8.h View 2 chunks +3 lines, -0 lines 0 comments Download
M src/api.cc View 1 3 chunks +18 lines, -0 lines 0 comments Download
M src/base/macros.h View 1 1 chunk +6 lines, -4 lines 0 comments Download
M src/isolate.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/zone.h View 1 1 chunk +0 lines, -5 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Igor Sheludko
PTAL
6 years, 7 months ago (2014-05-12 15:49:56 UTC) #1
Jakob Kummerow
Looks good, but I have a refactoring suggestion. https://codereview.chromium.org/273383003/diff/1/src/api.cc File src/api.cc (right): https://codereview.chromium.org/273383003/diff/1/src/api.cc#newcode1912 src/api.cc:1912: asan_fake_stack_handle_ ...
6 years, 7 months ago (2014-05-12 16:57:00 UTC) #2
Igor Sheludko
https://codereview.chromium.org/273383003/diff/1/src/api.cc File src/api.cc (right): https://codereview.chromium.org/273383003/diff/1/src/api.cc#newcode1912 src/api.cc:1912: asan_fake_stack_handle_ = 0; On 2014/05/12 16:57:01, Jakob wrote: > ...
6 years, 7 months ago (2014-05-12 17:09:52 UTC) #3
Jakob Kummerow
lgtm
6 years, 7 months ago (2014-05-12 17:51:00 UTC) #4
Igor Sheludko
6 years, 7 months ago (2014-05-12 19:32:20 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r21273 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698