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

Issue 15836008: - Unpoison stack for ASan when tearing down stack frames (Closed)

Created:
7 years, 6 months ago by Ivan Posva
Modified:
7 years, 6 months ago
Reviewers:
kcc1, Anton Muhin
CC:
reviews_dartlang.org
Visibility:
Public.

Description

- Unpoison stack for ASan when tearing down stack frames during exception handling. R=kcc@google.com Committed: https://code.google.com/p/dart/source/detail?r=23746

Patch Set 1 #

Total comments: 9
Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -0 lines) Patch
M runtime/vm/exceptions.cc View 2 chunks +18 lines, -0 lines 9 comments Download

Messages

Total messages: 6 (0 generated)
Ivan Posva
7 years, 6 months ago (2013-06-01 16:11:01 UTC) #1
Anton Muhin
https://codereview.chromium.org/15836008/diff/1/runtime/vm/exceptions.cc File runtime/vm/exceptions.cc (right): https://codereview.chromium.org/15836008/diff/1/runtime/vm/exceptions.cc#newcode262 runtime/vm/exceptions.cc:262: __asan_unpoison_memory_region(reinterpret_cast<void*>(current_sp), nit: as per ASAN source code, one is ...
7 years, 6 months ago (2013-06-03 12:55:07 UTC) #2
Ivan Posva
Adding Kostya to make sure we are still doing the right thing here. Thanks, -Ivan ...
7 years, 6 months ago (2013-06-06 17:17:05 UTC) #3
kcc1
LGTM https://codereview.chromium.org/15836008/diff/1/runtime/vm/exceptions.cc File runtime/vm/exceptions.cc (right): https://codereview.chromium.org/15836008/diff/1/runtime/vm/exceptions.cc#newcode262 runtime/vm/exceptions.cc:262: __asan_unpoison_memory_region(reinterpret_cast<void*>(current_sp), On 2013/06/03 12:55:07, Anton Muhin wrote: > ...
7 years, 6 months ago (2013-06-07 06:38:45 UTC) #4
Ivan Posva
Kostya, Thanks so much for verifying. -Ivan https://codereview.chromium.org/15836008/diff/1/runtime/vm/exceptions.cc File runtime/vm/exceptions.cc (right): https://codereview.chromium.org/15836008/diff/1/runtime/vm/exceptions.cc#newcode262 runtime/vm/exceptions.cc:262: __asan_unpoison_memory_region(reinterpret_cast<void*>(current_sp), On ...
7 years, 6 months ago (2013-06-07 15:23:12 UTC) #5
Ivan Posva
7 years, 6 months ago (2013-06-07 15:31:23 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 manually as r23746 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698