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

Issue 1430983002: [Oilpan] [NOCOMMIT] Add verifier in Member<> to detect use-after-free of on-heap objects. (Closed)

Created:
5 years, 1 month ago by peria
Modified:
5 years, 1 month ago
Reviewers:
CC:
chromium-reviews, oilpan-reviews, Mads Ager (chromium), webcomponents-bugzilla_chromium.org, blink-reviews-css, sof, eae+blinkwatch, haraken, blink-reviews-dom_chromium.org, dglazkov+blink, apavlov+blink_chromium.org, darktears, blink-reviews, kouhei+heap_chromium.org, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

*Not for commit* This CL was updated to https://codereview.chromium.org/1411603007/ BUG=550325

Patch Set 1 #

Patch Set 2 : Support GCMixin #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -16 lines) Patch
M third_party/WebKit/Source/core/css/StylePropertySet.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/heap/GarbageCollected.h View 1 2 chunks +5 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/heap/Handle.h View 1 8 chunks +60 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/platform/heap/Heap.h View 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 11 (11 generated)
peria
Description was changed from ========== Add verifier in Member<> to detect use-after-free of on-heap objects. ...
5 years, 1 month ago (2015-11-09 07:00:20 UTC) #1
peria
Description was changed from ========== Add verifier in Member<> to detect use-after-free of on-heap objects. ...
5 years, 1 month ago (2015-11-09 07:37:50 UTC) #2
peria
Description was changed from ========== *Not ready for commit now* Add verifier in Member<> to ...
5 years, 1 month ago (2015-11-09 08:47:40 UTC) #3
peria
Description was changed from ========== *Not ready for commit now* Add verifier in Member<> to ...
5 years, 1 month ago (2015-11-10 02:39:48 UTC) #4
peria
Patchset #1 (id:1) has been deleted
5 years, 1 month ago (2015-11-10 09:32:25 UTC) #5
peria
Patchset #1 (id:20001) has been deleted
5 years, 1 month ago (2015-11-10 09:32:35 UTC) #6
peria
Patchset #2 (id:60001) has been deleted
5 years, 1 month ago (2015-11-10 09:33:08 UTC) #7
peria
Patchset #2 (id:80001) has been deleted
5 years, 1 month ago (2015-11-10 09:33:16 UTC) #8
peria
Patchset #1 (id:40001) has been deleted
5 years, 1 month ago (2015-11-10 09:34:17 UTC) #9
peria
Description was changed from ========== *Not ready for commit now* Add verifier in Member<> to ...
5 years, 1 month ago (2015-11-10 09:35:57 UTC) #10
peria
5 years, 1 month ago (2015-11-10 15:49:29 UTC) #11
Description was changed from

==========
*Not ready for commit now*

Add verifier in Member<> to detect use-after-free of on-heap objects.

TODOs before commiting:
- Need to work for non fully defined types

BUG=550325
==========

to

==========
*Not for commit*

This CL was updated to https://codereview.chromium.org/1411603007/


BUG=550325
==========

Powered by Google App Engine
This is Rietveld 408576698