diff options
author | gogil <gogil@stealien.com> | 2016-08-04 22:43:10 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-08-04 22:43:10 -0700 |
commit | b20ab6c7acb3be1393461eb650ca8fa4660c937e (patch) | |
tree | b448cc3667a235444ac078e4c0bd4106b2c83fef /third_party/libopenjpeg20/README.pdfium | |
parent | 26b86e625a2c9e0f4e6a01047fef051ffa81e40a (diff) | |
download | pdfium-b20ab6c7acb3be1393461eb650ca8fa4660c937e.tar.xz |
openjpeg: Prevent overflows when using opj_aligned_malloc()
BUG=628304
R=thestig@chromium.org, ochang@chromium.org
Review-Url: https://codereview.chromium.org/2218783002
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 b1012af7bd..a40ed7ba3f 100644 --- a/third_party/libopenjpeg20/README.pdfium +++ b/third_party/libopenjpeg20/README.pdfium @@ -29,4 +29,5 @@ Local Modifications: 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|. +0020-opj_aligned_malloc.patch: Prevent overflows when using opj_aligned_malloc(). TODO(thestig): List all the other patches. |