diff options
author | ochang <ochang@chromium.org> | 2016-07-25 15:09:34 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-07-25 15:09:34 -0700 |
commit | d8cc503575463ff3d81b22dad292665f2c88911e (patch) | |
tree | a6f1df9bb80ceeccc778c5ed186d9e4868b99506 /third_party/libopenjpeg20/README.pdfium | |
parent | 22b05fc0f0cbfd3841b0963b577719fd16725081 (diff) | |
download | pdfium-d8cc503575463ff3d81b22dad292665f2c88911e.tar.xz |
Fix an integer overflow in opj_tcd_get_decoded_tile_size().chromium/2810chromium/2809
Based on suggested patch by reporter.
BUG=629919
Review-Url: https://codereview.chromium.org/2182683002
Diffstat (limited to 'third_party/libopenjpeg20/README.pdfium')
-rw-r--r-- | third_party/libopenjpeg20/README.pdfium | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/libopenjpeg20/README.pdfium b/third_party/libopenjpeg20/README.pdfium index 97e6e8c41d..a9e289d10e 100644 --- a/third_party/libopenjpeg20/README.pdfium +++ b/third_party/libopenjpeg20/README.pdfium @@ -27,4 +27,5 @@ Local Modifications: 0015-read_SPCod_SPCoc_overflow.patch: Prevent a buffer overflow in opj_j2k_read_SPCod_SPCoc. 0016-read_SQcd_SQcc_overflow.patch: Prevent a buffer overflow in opj_j2k_read_SQcd_SQcc. 0017-tcd_init_tile.patch: Prevent integer overflows during calculation of |l_nb_precinct_size|. +0018-tcd_get_decoded_tile_size.patch: Fix an integer overflow in opj_tcd_get_decoded_tile_size. TODO(thestig): List all the other patches. |