summaryrefslogtreecommitdiff
path: root/third_party/libopenjpeg20/README.pdfium
diff options
context:
space:
mode:
authorgogil <gogil@stealien.com>2016-08-04 22:43:10 -0700
committerCommit bot <commit-bot@chromium.org>2016-08-04 22:43:10 -0700
commitb20ab6c7acb3be1393461eb650ca8fa4660c937e (patch)
treeb448cc3667a235444ac078e4c0bd4106b2c83fef /third_party/libopenjpeg20/README.pdfium
parent26b86e625a2c9e0f4e6a01047fef051ffa81e40a (diff)
downloadpdfium-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.pdfium1
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.