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

Issue 2957933002: Fix another FastMalloc call site with potential integer overflow. (Closed)

Created:
3 years, 5 months ago by palmer
Modified:
3 years, 5 months ago
CC:
blink-reviews, chromium-reviews, dominicc+watchlist_chromium.org, kinuko+watch
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix another FastMalloc call site with potential integer overflow. BUG=669751 Review-Url: https://codereview.chromium.org/2957933002 Cr-Commit-Position: refs/heads/master@{#482676} Committed: https://chromium.googlesource.com/chromium/src/+/a62b55155c2812142c3e6d10a51dc5cd33d0fc7f

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -3 lines) Patch
M third_party/WebKit/Source/core/xml/XSLTProcessorLibxslt.cpp View 1 chunk +7 lines, -3 lines 1 comment Download
M third_party/WebKit/Source/platform/wtf/allocator/Partitions.h View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (11 generated)
palmer
Here's a small CL for you.
3 years, 5 months ago (2017-06-26 22:08:48 UTC) #3
Tom Sepez
I'm trying to convince myself whether any of these overflows can actually happen, since the ...
3 years, 5 months ago (2017-06-26 22:25:21 UTC) #8
Tom Sepez
https://codereview.chromium.org/2957933002/diff/1/third_party/WebKit/Source/core/xml/XSLTProcessorLibxslt.cpp File third_party/WebKit/Source/core/xml/XSLTProcessorLibxslt.cpp (right): https://codereview.chromium.org/2957933002/diff/1/third_party/WebKit/Source/core/xml/XSLTProcessorLibxslt.cpp#newcode234 third_party/WebKit/Source/core/xml/XSLTProcessorLibxslt.cpp:234: WTF::CheckedSizeT size = parameters.size(); Blink is pretty slap-happy about ...
3 years, 5 months ago (2017-06-26 22:33:37 UTC) #9
palmer
> I'm trying to convince myself whether any of these overflows can actually happen, since ...
3 years, 5 months ago (2017-06-27 01:07:50 UTC) #12
palmer
> Blink is pretty slap-happy about using "unsigned" for counts, lengths, etc, so if the ...
3 years, 5 months ago (2017-06-27 01:08:57 UTC) #13
jochen (gone - plz use gerrit)
lgtm
3 years, 5 months ago (2017-06-27 09:29:57 UTC) #14
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/2957933002/1
3 years, 5 months ago (2017-06-27 17:48:20 UTC) #16
commit-bot: I haz the power
3 years, 5 months ago (2017-06-27 17:52:06 UTC) #19
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/a62b55155c2812142c3e6d10a51d...

Powered by Google App Engine
This is Rietveld 408576698