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

Issue 334573007: Integer overflow in fx_basic.h and fx_memory.h (Closed)

Created:
6 years, 6 months ago by jun_fang
Modified:
6 years, 5 months ago
Reviewers:
palmer
CC:
pdfium-reviews_googlegroups.com
Base URL:
https://pdfium.googlesource.com/pdfium.git@master
Visibility:
Public.

Description

Integer overflow in fx_basic.h and fx_memory.h BUG=382656 R=palmer@chromium.org Committed: https://pdfium.googlesource.com/pdfium/+/ab4221c

Patch Set 1 #

Patch Set 2 : Replace the customerized MAX_SIZE_T with the system defined SIZE_MAX #

Patch Set 3 : Replace size < 1 with size == 0 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -21 lines) Patch
M core/include/fxcrt/fx_basic.h View 1 2 4 chunks +12 lines, -0 lines 0 comments Download
M core/include/fxcrt/fx_memory.h View 2 chunks +8 lines, -8 lines 0 comments Download
M core/src/fxcrt/fx_basic_memmgr.cpp View 1 2 6 chunks +50 lines, -13 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
jun_fang
6 years, 6 months ago (2014-06-19 04:33:28 UTC) #1
jam
Jun: I'm removing myself from all the security reviews, deferring to Chris, thanks.
6 years, 6 months ago (2014-06-19 16:39:38 UTC) #2
palmer
lgtm
6 years, 5 months ago (2014-07-07 20:48:44 UTC) #3
jun_fang
6 years, 5 months ago (2014-07-07 20:53:43 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 manually as rab4221c (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698