diff options
author | Oliver Chang <ochang@chromium.org> | 2016-02-23 12:41:41 -0800 |
---|---|---|
committer | Oliver Chang <ochang@chromium.org> | 2016-02-23 12:41:41 -0800 |
commit | c145aeb2bf13ac408fc3e8233acca43d4251bbdc (patch) | |
tree | a19a2b6a918446a047826eef7302f8c40ee468d3 /third_party/libopenjpeg20/README.pdfium | |
parent | 2c8fad44315db58f5b3222161dcb699691dca904 (diff) | |
download | pdfium-c145aeb2bf13ac408fc3e8233acca43d4251bbdc.tar.xz |
openjpeg: Prevent bad cast in opj_j2k_update_image_data
R=tsepez@chromium.org
BUG=587227
Review URL: https://codereview.chromium.org/1726843002 .
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 c4d89769a3..0a60ed7691 100644 --- a/third_party/libopenjpeg20/README.pdfium +++ b/third_party/libopenjpeg20/README.pdfium @@ -20,4 +20,5 @@ Local Modifications: 0008-jp2_check_color.patch: Replace an assertion with returning false. 0009-opj_pi_next.patch: Fix potential bad precno value in opj_pi_next* functions. 0010-pi_update_decode_poc.patch: Set proper upper bound for an array in opj_pi_update_decode_poc(). +0011-j2k_update_image_data.patch: Prevent bad signed -> unsigned casting. TODO(thestig): List all the other patches. |