DescriptionRelax a check in CPDF_HintTables.
CPDF_HintTables::ReadSharedObjHintTable() unnecessarily constraints
a FX_FILESIZE value to an int32_t. Relax this check, since the result
will be stored in |m_szSharedObjOffsetArray| which is of FX_FILESIZE.
Bad values in |m_szSharedObjOffsetArray| will still cause hint table
loading to eventually fail.
BUG=635565
Committed: https://pdfium.googlesource.com/pdfium/+/c18ffca5a35ab4b2218fadcca4006b3ea09e7875
Patch Set 1 #Patch Set 2 : more #Messages
Total messages: 13 (9 generated)
|