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

Issue 2724753002: Check not to insert nullptr to HeapHashSet<WeakMember> (Closed)

Created:
3 years, 9 months ago by kojii
Modified:
3 years, 9 months ago
Reviewers:
haraken, sof
CC:
ajuma+watch_chromium.org, darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-css, blink-reviews-platform-graphics_chromium.org, Rik, chromium-reviews, danakj+watch_chromium.org, dglazkov+blink, dshwang, drott+blinkwatch_chromium.org, krit, fmalita+watch_chromium.org, jbroman, Justin Novosad, kinuko+watch, pdr+graphicswatchlist_chromium.org, rwlbuis, Stephen Chennney
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Check not to insert nullptr to HeapHashSet<WeakMember> This patch ensures that nullptr is not inserted into CSSFontSelector and FontCache::fontCacheClients(), in order to track de-referencing nullptr on iterations. If there were any such instances, we will crash early in a different signature. BUG=581698, 689949, 696231 Review-Url: https://codereview.chromium.org/2724753002 Cr-Commit-Position: refs/heads/master@{#453879} Committed: https://chromium.googlesource.com/chromium/src/+/8f4c753ac4abed4f3d0d37e7612fa15fac4b29c5

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -0 lines) Patch
M third_party/WebKit/Source/core/css/CSSFontSelector.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/FontCache.cpp View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 14 (9 generated)
kojii
PTAL. This is #2 of https://crbug.com/696231#c13
3 years, 9 months ago (2017-03-01 06:34:50 UTC) #5
haraken
LGTM
3 years, 9 months ago (2017-03-01 06:37:28 UTC) #6
sof
lgtm
3 years, 9 months ago (2017-03-01 06:49:48 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/2724753002/1
3 years, 9 months ago (2017-03-01 07:12:02 UTC) #10
commit-bot: I haz the power
3 years, 9 months ago (2017-03-01 08:01:10 UTC) #14
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/8f4c753ac4abed4f3d0d37e7612f...

Powered by Google App Engine
This is Rietveld 408576698