Chromium Code Reviews
Help | Chromium Project | Gerrit Changes | Sign in
(142)

Issue 1149903004: Oilpan: Validate pointers stored in Member (Closed)

Created:
4 years, 11 months ago by haraken
Modified:
4 years, 11 months ago
Reviewers:
oilpan-reviews, keishi
CC:
blink-reviews
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Oilpan: Validate pointers stored in Member This CL adds checkPointer() to all pointer updates of Member. The checkPointer() verifies that the pointer is either of: - nullptr - a special value to represent a deleted entry of a HashTable - a pointer to an on-heap object BUG=475801 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=196287

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 1

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -19 lines) Patch
M Source/core/editing/iterators/TextIterator.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/iterators/TextIterator.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/paint/SVGPaintContext.h View 1 2 3 4 5 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/svg/SVGAnimatedTypeAnimator.cpp View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/heap/Handle.h View 1 2 3 4 12 chunks +55 lines, -13 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
haraken
Not yet for review. The ASSERT added in this CL is correct but the ASSERT ...
4 years, 11 months ago (2015-05-21 11:29:36 UTC) #2
haraken
This CL is now ready for review, but I understand that the ASSERT is doing ...
4 years, 11 months ago (2015-05-26 13:27:53 UTC) #3
haraken
Fixed failing tests. The TODO in the CL is a bit unfortunate, but it seems ...
4 years, 11 months ago (2015-06-01 11:08:49 UTC) #4
keishi
lgtm
4 years, 11 months ago (2015-06-02 02:43:36 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1149903004/120001
4 years, 11 months ago (2015-06-02 04:37:20 UTC) #7
haraken
Thanks for review! The bots are green, so let me land this.
4 years, 11 months ago (2015-06-02 04:37:29 UTC) #8
commit-bot: I haz the power
4 years, 11 months ago (2015-06-02 06:08:34 UTC) #9
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=196287

Powered by Google App Engine
This is Rietveld 408576698