diff options
author | Oliver Chang <ochang@chromium.org> | 2015-12-14 15:07:26 -0800 |
---|---|---|
committer | Oliver Chang <ochang@chromium.org> | 2015-12-14 15:07:26 -0800 |
commit | 3026f26aa69e983837d05a5477fe22e79aed0d26 (patch) | |
tree | 1b45a6f0f58fd74b50f2875e93b98cfc1f09dbbc /third_party/libopenjpeg20/README.pdfium | |
parent | 1eb7477b3e7c5cb7c54ca364810ab9a24acad4f9 (diff) | |
download | pdfium-3026f26aa69e983837d05a5477fe22e79aed0d26.tar.xz |
openjpeg: Fix crash in opj_jp2_apply_pclr
R=tsepez@chromium.org, antonin@gmail.com, mathieu.malaterre@gmail.com
BUG=554172
Review URL: https://codereview.chromium.org/1492693003 .
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 728c0d8b99..67f2f6e500 100644 --- a/third_party/libopenjpeg20/README.pdfium +++ b/third_party/libopenjpeg20/README.pdfium @@ -14,4 +14,5 @@ Local Modifications: 0002-packet-iterator.patch: Fix integer overflow in opj_pi_create_decode(). 0003-dwt-decode.patch: Check array bounds for opj_dwt_decode_1() and friends. 0004-j2k_read_mcc.patch: Move incrementing of l_tcp->m_nb_mcc_records to the right place. +0005-jp2_apply_pclr.patch: Fix out of bounds access. TODO(thestig): List all the other patches. |