diff options
author | gogil <gogil@stealien.com> | 2016-08-04 16:48:04 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-08-04 16:48:04 -0700 |
commit | ff74356915d4c7f7c6eb16de1e9f403da4ecb6d5 (patch) | |
tree | a73676ece147df315ef9699d4e10cd8cfe929b94 /third_party/libopenjpeg20/README.pdfium | |
parent | 1b4f6b36b3ed8d1f6cea96bc32c1b376f4a499bc (diff) | |
download | pdfium-ff74356915d4c7f7c6eb16de1e9f403da4ecb6d5.tar.xz |
openjpeg: Prevent integer overflows during calculation of |l_nb_code_blocks_size|
BUG=628890
R=ochang@chromium.org
Review-Url: https://codereview.chromium.org/2212973002
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 a9e289d10e..b1012af7bd 100644 --- a/third_party/libopenjpeg20/README.pdfium +++ b/third_party/libopenjpeg20/README.pdfium @@ -28,4 +28,5 @@ Local Modifications: 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. +0019-tcd_init_tile.patch: Prevent integer overflows during calculation of |l_nb_code_blocks_size|. TODO(thestig): List all the other patches. |