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

Issue 1148943003: Oilpan: more lazy sweep ASan exemptions. (Closed)

Created:
5 years, 7 months ago by sof
Modified:
5 years, 7 months ago
Reviewers:
haraken, oilpan-reviews
CC:
blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Oilpan: more lazy sweep ASan exemptions. Annotate the Timer methods called upon by sharedTimerFiredInternal() as exempted by ASan checks also. TBR=haraken BUG=420515 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=195656

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -0 lines) Patch
M Source/platform/Timer.h View 1 chunk +1 line, -0 lines 2 comments Download
M Source/platform/Timer.cpp View 6 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
sof
please take a look. the annotation support is primitive, another round of them. sending it ...
5 years, 7 months ago (2015-05-20 21:48:16 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1148943003/1
5 years, 7 months ago (2015-05-20 21:48:46 UTC) #4
haraken
LGTM https://codereview.chromium.org/1148943003/diff/1/Source/platform/Timer.h File Source/platform/Timer.h (right): https://codereview.chromium.org/1148943003/diff/1/Source/platform/Timer.h#newcode65 Source/platform/Timer.h:65: double repeatInterval() const { return m_repeatInterval; } I'm ...
5 years, 7 months ago (2015-05-20 22:27:26 UTC) #5
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://src.chromium.org/viewvc/blink?view=rev&revision=195656
5 years, 7 months ago (2015-05-21 01:17:59 UTC) #6
sof
5 years, 7 months ago (2015-05-21 05:31:36 UTC) #7
Message was sent while issue was closed.
This annotate-the-world scheme is rather boring, some more coming..

https://codereview.chromium.org/1148943003/diff/1/Source/platform/Timer.h
File Source/platform/Timer.h (right):

https://codereview.chromium.org/1148943003/diff/1/Source/platform/Timer.h#new...
Source/platform/Timer.h:65: double repeatInterval() const { return
m_repeatInterval; }
On 2015/05/20 22:27:26, haraken wrote:
> 
> I'm a bit afraid that this function is inlined in Release builds, meaning that
> we might need to add NO_LAZY_SWEEP_SANITIZE_ADDRESS to the caller sites of
this
> function.

Maybe so. I don't know what it does, but if ASan doesn't restrict inlining, I
would expect/hope that annotations like this carry over across to the inline
site.

Powered by Google App Engine
This is Rietveld 408576698