diff options
author | Oliver Chang <ochang@chromium.org> | 2015-11-30 11:42:29 -0800 |
---|---|---|
committer | Oliver Chang <ochang@chromium.org> | 2015-11-30 11:42:29 -0800 |
commit | 0779eebb95de949e8f2e256c745ffae96bfa3479 (patch) | |
tree | fb145dabb74c8f5b2d6c7d50d734f6a950607850 /OWNERS | |
parent | 03b4e682b695aa30a7eb65f7b312c519105ec938 (diff) | |
download | pdfium-0779eebb95de949e8f2e256c745ffae96bfa3479.tar.xz |
Merge to M48: Change |CCodec_ScanlineDecoder::m_Pitch| to FX_DWORD
This matches the type of the corresponding |CFX_DIBSource::m_Pitch|,
where integer overflow is checked for FX_DWORD. This change is
propagated to many other places.
Also, check for integer overflow in |CCodec_RLScanlineDecoder::Create|
during the calculation of |m_Pitch| since it aligns to 4 bytes while
overflow was was previously checked without this alignment.
TBR=tsepez@chromium.org, thestig@chromium.org
BUG=555784
Original Review URL: https://codereview.chromium.org/1460033002 .
(cherry picked from commit e7950df70a2fd658f466751b29483436cb31e829)
Review URL: https://codereview.chromium.org/1485843002 .
Diffstat (limited to 'OWNERS')
0 files changed, 0 insertions, 0 deletions