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

Issue 2313883003: Fix integer overflow in FEGaussianBlur::mapRect. (Closed)

Created:
4 years, 3 months ago by jbroman
Modified:
4 years, 3 months ago
Reviewers:
pdr., Stephen White
CC:
jbroman, ajuma+watch_chromium.org, blink-reviews, blink-reviews-platform-graphics_chromium.org, Rik, chromium-reviews, danakj+watch_chromium.org, dshwang, drott+blinkwatch_chromium.org, krit, f(malita), Justin Novosad, pdr+graphicswatchlist_chromium.org, rwlbuis, Stephen Chennney
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix integer overflow in FEGaussianBlur::mapRect. This multiply should be done after the conversion to float, not before. BUG=643587 Committed: https://crrev.com/35370e15f2dc7f79a23bba93ac0d99417489c175 Cr-Commit-Position: refs/heads/master@{#416702}

Patch Set 1 #

Patch Set 2 : .0f in two more places #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -6 lines) Patch
M third_party/WebKit/Source/platform/graphics/filters/FEDropShadow.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/filters/FEGaussianBlur.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/filters/FilterOperation.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 17 (9 generated)
jbroman
Incidentally, this file still does the three-box-blur calculation, even though Skia has since switched to ...
4 years, 3 months ago (2016-09-06 18:37:15 UTC) #4
pdr.
On 2016/09/06 at 18:37:15, jbroman wrote: > Incidentally, this file still does the three-box-blur calculation, ...
4 years, 3 months ago (2016-09-06 18:40:27 UTC) #5
jbroman
Yes, we do. Changed (FEGaussianBlur is the one reported by ClusterFuzz).
4 years, 3 months ago (2016-09-06 18:43:05 UTC) #8
pdr.
On 2016/09/06 at 18:43:05, jbroman wrote: > Yes, we do. Changed (FEGaussianBlur is the one ...
4 years, 3 months ago (2016-09-06 18:43:46 UTC) #10
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/2313883003/20001
4 years, 3 months ago (2016-09-06 18:44:28 UTC) #13
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 3 months ago (2016-09-06 20:29:17 UTC) #14
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/35370e15f2dc7f79a23bba93ac0d99417489c175 Cr-Commit-Position: refs/heads/master@{#416702}
4 years, 3 months ago (2016-09-06 20:31:33 UTC) #16
Stephen White
4 years, 3 months ago (2016-09-13 18:07:15 UTC) #17
Message was sent while issue was closed.
Post-landing LGTM

Powered by Google App Engine
This is Rietveld 408576698