DescriptionFix compare between signed and unsigned values in CPDF_ImageRenderer::StartDIBSource.
Correct the compare logic in CPDF_ImageRenderer::StartDIBSource() by using size_t instead of int.
BUG=chromium:645036
R=ochang@chromium.org
Committed: https://pdfium.googlesource.com/pdfium/+/2f8568ef91156d2deb8411c427fbb52f880ccc34
Patch Set 1 #Patch Set 2 : Use FX_SAFE_SIZE_T instead of size_t #
Total comments: 2
Patch Set 3 : split calculation #Messages
Total messages: 11 (3 generated)
|