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

Issue 2570123002: Fix integer overflow in FastUInt32ToBufferLeft (Closed)

Created:
4 years ago by xyzzyz
Modified:
3 years, 3 months ago
Reviewers:
Peter Kasting
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix integer overflow in FastUInt32ToBufferLeft If digits > 2, and int is 32 bit, line 999 overflows. The upstream PR is https://github.com/google/protobuf/pull/2496 BUG=673488

Patch Set 1 #

Patch Set 2 : CQ refresh #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -1 line) Patch
M third_party/protobuf/README.chromium View 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/protobuf/patches/0012-fix-overflow-FastUInt32ToBufferLeft.patch View 1 chunk +11 lines, -0 lines 0 comments Download
M third_party/protobuf/src/google/protobuf/stubs/strutil.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 25 (15 generated)
xyzzyz
4 years ago (2016-12-13 19:23:49 UTC) #2
Peter Kasting
Is it critical to land this now? https://codereview.chromium.org/2495533002/ seems to be very near to pulling ...
4 years ago (2016-12-13 19:27:46 UTC) #3
xyzzyz
On 2016/12/13 19:27:46, Peter Kasting wrote: > Is it critical to land this now? https://codereview.chromium.org/2495533002/ ...
4 years ago (2016-12-13 19:33:56 UTC) #4
xyzzyz
On 2016/12/13 19:33:56, xyzzyz wrote: > On 2016/12/13 19:27:46, Peter Kasting wrote: > > Is ...
4 years ago (2016-12-13 19:40:46 UTC) #5
xyzzyz
On 2016/12/13 19:40:46, xyzzyz wrote: > On 2016/12/13 19:33:56, xyzzyz wrote: > > On 2016/12/13 ...
4 years ago (2016-12-13 23:48:04 UTC) #6
Peter Kasting
On 2016/12/13 23:48:04, xyzzyz wrote: > On 2016/12/13 19:40:46, xyzzyz wrote: > > On 2016/12/13 ...
3 years, 10 months ago (2017-02-11 01:54:44 UTC) #7
xyzzyz
On 2017/02/11 01:54:44, Peter Kasting wrote: > On 2016/12/13 23:48:04, xyzzyz wrote: > > On ...
3 years, 10 months ago (2017-02-15 20:47:45 UTC) #8
Peter Kasting
On 2017/02/15 20:47:45, xyzzyz wrote: > Oh I completely forgot about this one. I think ...
3 years, 10 months ago (2017-02-16 00:06:28 UTC) #13
xyzzyz
On 2017/02/16 00:06:28, Peter Kasting wrote: > On 2017/02/15 20:47:45, xyzzyz wrote: > > Oh ...
3 years, 10 months ago (2017-02-16 19:58:46 UTC) #18
Peter Kasting
3 years, 3 months ago (2017-08-29 04:14:12 UTC) #25
Message was sent while issue was closed.
Closing; we pulled a new upstream since this landed

Powered by Google App Engine
This is Rietveld 408576698