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

Issue 2230623002: ASan-exempt CrossThreadPersistentRegion::shouldTracePersistentNode(). (Closed)

Created:
4 years, 4 months ago by sof
Modified:
4 years, 4 months ago
Reviewers:
oilpan-reviews, haraken
CC:
chromium-reviews, blink-reviews, kouhei+heap_chromium.org, oilpan-reviews, Mads Ager (chromium)
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

ASan-exempt CrossThreadPersistentRegion::shouldTracePersistentNode(). CrossThreadPersistent<T>s can reside on heap objects which are lazily swept. Consequently, when a (per-)thread GC runs and it iterates over the CrossThreadPersistentRegion to determine what nodes point into its heaps, it can in the general case also touch lazily sweepable heap objects. This is a benign read access to a region of memory that Oilpan has poisoned; therefore, shouldTracePersistentNode() must be exempt from ASan checks to prevent false negatives from being caught and reported. R= BUG=635574 Committed: https://crrev.com/c00a99cd755fb8d985d811fef885a3dcf446abf2 Cr-Commit-Position: refs/heads/master@{#410980}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -0 lines) Patch
M third_party/WebKit/Source/platform/heap/PersistentNode.h View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 12 (7 generated)
sof
please take a look.
4 years, 4 months ago (2016-08-09 20:43:46 UTC) #4
haraken
LGTM
4 years, 4 months ago (2016-08-10 01:02:47 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2230623002/1
4 years, 4 months ago (2016-08-10 05:21:23 UTC) #9
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 4 months ago (2016-08-10 06:25:02 UTC) #10
commit-bot: I haz the power
4 years, 4 months ago (2016-08-10 06:26:20 UTC) #12
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/c00a99cd755fb8d985d811fef885a3dcf446abf2
Cr-Commit-Position: refs/heads/master@{#410980}

Powered by Google App Engine
This is Rietveld 408576698