diff options
author | thestig <thestig@chromium.org> | 2016-08-11 09:39:29 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-08-11 09:39:29 -0700 |
commit | c18ffca5a35ab4b2218fadcca4006b3ea09e7875 (patch) | |
tree | 665cf8142c70cc032d61dabe44143e72f66db67d /xfa.gyp | |
parent | 22eeccb34f91f9932f7cec295bcaf641ba249e3a (diff) | |
download | pdfium-c18ffca5a35ab4b2218fadcca4006b3ea09e7875.tar.xz |
Relax 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
Review-Url: https://codereview.chromium.org/2230883003
Diffstat (limited to 'xfa.gyp')
0 files changed, 0 insertions, 0 deletions