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

Issue 2268693003: Fix more integer overflows inside ReadPageHintTable(). (Closed)

Created:
4 years, 4 months ago by Lei Zhang
Modified:
4 years, 4 months ago
Reviewers:
Tom Sepez
CC:
pdfium-reviews_googlegroups.com
Base URL:
https://pdfium.googlesource.com/pdfium@master
Target Ref:
refs/heads/master
Project:
pdfium
Visibility:
Public.

Description

Fix more integer overflows inside ReadPageHintTable(). BUG=637119 Committed: https://pdfium.googlesource.com/pdfium/+/7da24e66c6e78a7675697ecec641e3802ff722ca

Patch Set 1 #

Total comments: 2

Patch Set 2 : Simplify CFX_BitStream::ByteAlign #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -26 lines) Patch
M core/fpdfapi/fpdf_parser/cpdf_hint_tables.cpp View 4 chunks +14 lines, -12 lines 0 comments Download
M core/fxcrt/fx_basic_buffer.cpp View 1 3 chunks +13 lines, -14 lines 0 comments Download

Messages

Total messages: 17 (11 generated)
Lei Zhang
4 years, 4 months ago (2016-08-22 21:28:42 UTC) #6
Tom Sepez
https://codereview.chromium.org/2268693003/diff/1/core/fxcrt/fx_basic_buffer.cpp File core/fxcrt/fx_basic_buffer.cpp (right): https://codereview.chromium.org/2268693003/diff/1/core/fxcrt/fx_basic_buffer.cpp#newcode192 core/fxcrt/fx_basic_buffer.cpp:192: int mod = m_BitPos % 8; Is m_BitPos unsigned? ...
4 years, 4 months ago (2016-08-23 00:09:16 UTC) #7
Lei Zhang
https://codereview.chromium.org/2268693003/diff/1/core/fxcrt/fx_basic_buffer.cpp File core/fxcrt/fx_basic_buffer.cpp (right): https://codereview.chromium.org/2268693003/diff/1/core/fxcrt/fx_basic_buffer.cpp#newcode192 core/fxcrt/fx_basic_buffer.cpp:192: int mod = m_BitPos % 8; On 2016/08/23 00:09:16, ...
4 years, 4 months ago (2016-08-23 00:33:12 UTC) #8
Tom Sepez
lgtm
4 years, 4 months ago (2016-08-23 00:35:18 UTC) #11
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/2268693003/20001
4 years, 4 months ago (2016-08-23 00:46:52 UTC) #15
commit-bot: I haz the power
4 years, 4 months ago (2016-08-23 00:47:14 UTC) #17
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://pdfium.googlesource.com/pdfium/+/7da24e66c6e78a7675697ecec641e3802ff7...

Powered by Google App Engine
This is Rietveld 408576698