diff options
author | ochang <ochang@chromium.org> | 2016-07-06 17:02:35 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-07-06 17:02:35 -0700 |
commit | 2f6d1480a1be2b1f82c94219c2d99e67d7e0660d (patch) | |
tree | 89bc9abb01000038e6ad2470ebac03638be339e2 /third_party/libopenjpeg20/README.pdfium | |
parent | 7e6a8484b05819268b4e7f0350cebfb704c6d18c (diff) | |
download | pdfium-2f6d1480a1be2b1f82c94219c2d99e67d7e0660d.tar.xz |
openjpeg: Prevent integer overflows during calculation of |l_nb_precinct_size|
BUG=625541
Review-Url: https://codereview.chromium.org/2124073003
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 4852a427c5..97e6e8c41d 100644 --- a/third_party/libopenjpeg20/README.pdfium +++ b/third_party/libopenjpeg20/README.pdfium @@ -26,4 +26,5 @@ Local Modifications: 0014-opj_jp2_read_ihdr_leak.patch: Memory leak in opj_jp2_read_ihdr(). 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|. TODO(thestig): List all the other patches. |