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

Issue 451033002: Don't try to read return address from the stack of another thread on Win64. (Closed)

Created:
6 years, 4 months ago by Vyacheslav Egorov (Google)
Modified:
6 years, 4 months ago
Reviewers:
Cutch
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Don't try to read return address from the stack of another thread on Win64. This is not safe unless we are inside the Dart code. Remove incorrect code that was trying to guard against STATUS_GUARD_PAGE_VIOLATION by checking FP. BUG=http://dartbug.com/20421 R=johnmccutchan@google.com Committed: https://code.google.com/p/dart/source/detail?r=39035

Patch Set 1 #

Total comments: 3

Patch Set 2 : fixed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -1 line) Patch
M runtime/vm/profiler.cc View 1 2 chunks +6 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
Vyacheslav Egorov (Google)
PTAL https://codereview.chromium.org/451033002/diff/1/runtime/vm/profiler.cc File runtime/vm/profiler.cc (left): https://codereview.chromium.org/451033002/diff/1/runtime/vm/profiler.cc#oldcode1679 runtime/vm/profiler.cc:1679: #if defined(TARGET_OS_WINDOWS) I don't think this code was ...
6 years, 4 months ago (2014-08-08 12:47:55 UTC) #1
Cutch
lgtm https://codereview.chromium.org/451033002/diff/1/runtime/vm/profiler.cc File runtime/vm/profiler.cc (left): https://codereview.chromium.org/451033002/diff/1/runtime/vm/profiler.cc#oldcode1679 runtime/vm/profiler.cc:1679: #if defined(TARGET_OS_WINDOWS) On 2014/08/08 12:47:54, Vyacheslav Egorov (Google ...
6 years, 4 months ago (2014-08-08 13:24:53 UTC) #2
Cutch
patch set 2 lgtm
6 years, 4 months ago (2014-08-08 13:42:32 UTC) #3
Vyacheslav Egorov (Google)
6 years, 4 months ago (2014-08-08 13:43:14 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as 39035 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698