diff options
author | Oliver Chang <ochang@chromium.org> | 2015-12-11 15:09:59 -0800 |
---|---|---|
committer | Oliver Chang <ochang@chromium.org> | 2015-12-11 15:09:59 -0800 |
commit | e2eb04f0352d621bc8837217078c23d67044bf38 (patch) | |
tree | c4e4e1cc896e05f67b8f7cc173e9a556d0b52330 /third_party/libopenjpeg20/README.pdfium | |
parent | 08750d0400f1635ac33c3234cb11b192f31a1eeb (diff) | |
download | pdfium-e2eb04f0352d621bc8837217078c23d67044bf38.tar.xz |
openjpeg: fix incrementing of "l_tcp->m_nb_mcc_records" in opj_j2k_read_mcc
R=tsepez@chromium.org, antonin@gmail.com, mathieu.malaterre@gmail.com
BUG=554129
Review URL: https://codereview.chromium.org/1488303004 .
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 bdb2f62e49..728c0d8b99 100644 --- a/third_party/libopenjpeg20/README.pdfium +++ b/third_party/libopenjpeg20/README.pdfium @@ -13,4 +13,5 @@ Local Modifications: 0001-image-data.patch: Fix a crashier in opj_j2k_update_image_data(). 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. TODO(thestig): List all the other patches. |