diff options
author | Jun Fang <jun_fang@foxitsoftware.com> | 2015-12-15 12:01:06 +0800 |
---|---|---|
committer | Jun Fang <jun_fang@foxitsoftware.com> | 2015-12-15 12:01:06 +0800 |
commit | 7068d0aaf6234adb853518ef26dd602b39e70b3e (patch) | |
tree | 3b0c5605fcb28e61a64f64e7080e1aa7e0c50db1 /third_party/libopenjpeg20/README.pdfium | |
parent | d4606455ef9be6f1e242c9fc72821a8c221d4a40 (diff) | |
download | pdfium-7068d0aaf6234adb853518ef26dd602b39e70b3e.tar.xz |
Merge to XFA: Fix a dividing zero bug in opj_tcd_init_tile()
BUG=541446
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1520203002 .
Review URL: https://codereview.chromium.org/1520323004 .
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 67f2f6e500..e3d61e891c 100644 --- a/third_party/libopenjpeg20/README.pdfium +++ b/third_party/libopenjpeg20/README.pdfium @@ -15,4 +15,5 @@ Local Modifications: 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. +0006-tcd_init_tile.patch: Fix a dividing zero bug in opj_tcd_init_tile(). TODO(thestig): List all the other patches. |