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

Issue 196283018: Fix integer overflow in software compositor (Closed)

Created:
6 years, 9 months ago by ccameron
Modified:
6 years, 9 months ago
Reviewers:
jschuh
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Fix integer overflow in software compositor Ensure that the size mapped from the renderer process for the software frame is not less than expected due to integer overflow. BUG=348332 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=257417

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -1 line) Patch
M content/browser/renderer_host/software_frame_manager.cc View 2 chunks +10 lines, -1 line 2 comments Download

Messages

Total messages: 17 (0 generated)
ccameron
Is this an appropriate fix?
6 years, 9 months ago (2014-03-13 23:15:01 UTC) #1
Tom Sepez
On 2014/03/13 23:15:01, ccameron1 wrote: > Is this an appropriate fix? Assigning to author of ...
6 years, 9 months ago (2014-03-14 00:10:02 UTC) #2
jschuh
https://codereview.chromium.org/196283018/diff/1/content/browser/renderer_host/software_frame_manager.cc File content/browser/renderer_host/software_frame_manager.cc (right): https://codereview.chromium.org/196283018/diff/1/content/browser/renderer_host/software_frame_manager.cc#newcode103 content/browser/renderer_host/software_frame_manager.cc:103: base::CheckedNumeric<size_t>(frame_data->size.height()); This is fine, but is there a good ...
6 years, 9 months ago (2014-03-14 06:14:12 UTC) #3
ccameron
Filed an issue on that bug. If we saturate there, we'll still need to patch ...
6 years, 9 months ago (2014-03-14 19:38:14 UTC) #4
jschuh
On 2014/03/14 19:38:14, ccameron1 wrote: > Filed an issue on that bug. If we saturate ...
6 years, 9 months ago (2014-03-14 19:54:28 UTC) #5
ccameron
Thanks -- I'll have a patch for the other bug up for discussion in a ...
6 years, 9 months ago (2014-03-14 19:59:56 UTC) #6
ccameron
The CQ bit was checked by ccameron@chromium.org
6 years, 9 months ago (2014-03-14 19:59:59 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ccameron@chromium.org/196283018/1
6 years, 9 months ago (2014-03-14 20:01:54 UTC) #8
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-14 20:05:34 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_clang_dbg
6 years, 9 months ago (2014-03-14 20:05:34 UTC) #10
ccameron
The CQ bit was checked by ccameron@chromium.org
6 years, 9 months ago (2014-03-14 20:19:31 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ccameron@chromium.org/196283018/1
6 years, 9 months ago (2014-03-14 20:20:47 UTC) #12
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-14 20:24:10 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_clang_dbg
6 years, 9 months ago (2014-03-14 20:24:10 UTC) #14
ccameron
The CQ bit was checked by ccameron@chromium.org
6 years, 9 months ago (2014-03-17 11:26:34 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ccameron@chromium.org/196283018/1
6 years, 9 months ago (2014-03-17 11:26:39 UTC) #16
commit-bot: I haz the power
6 years, 9 months ago (2014-03-17 13:40:36 UTC) #17
Message was sent while issue was closed.
Change committed as 257417

Powered by Google App Engine
This is Rietveld 408576698