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

Issue 2918393002: [arm64] Fix the GetStackPointer stub to return the C stack pointer. (Closed)

Created:
3 years, 6 months ago by rmacnak
Modified:
3 years, 6 months ago
Reviewers:
zra
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

[arm64] Fix the GetStackPointer stub to return the C stack pointer. Fixes stack overflow checks when compiled with -fsanitize=safe-stack, and presumably -fsanitize=address as well. R=zra@google.com Committed: https://github.com/dart-lang/sdk/commit/936cbb2075c15f341f079f62f585458c3d3d104d

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -10 lines) Patch
M runtime/vm/native_arguments.h View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/stub_code.h View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/stub_code_arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/stub_code_arm64.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/vm/stub_code_ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/stub_code_mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/stub_code_x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/thread.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (2 generated)
rmacnak
3 years, 6 months ago (2017-06-05 18:19:38 UTC) #2
zra
lgtm
3 years, 6 months ago (2017-06-05 18:24:40 UTC) #3
rmacnak
3 years, 6 months ago (2017-06-05 19:16:41 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
936cbb2075c15f341f079f62f585458c3d3d104d (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698