diff options
author | ochang <ochang@chromium.org> | 2016-05-20 09:54:24 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-05-20 09:54:24 -0700 |
commit | 3cbb6fbcc7077d94161ec95b7bc1421671317c65 (patch) | |
tree | ed4082fde34f3f41ee31587552e202a129ff2c2f /third_party/libopenjpeg20/README.pdfium | |
parent | 788ac38e25fc6c000b36ec1722764673e192dea3 (diff) | |
download | pdfium-3cbb6fbcc7077d94161ec95b7bc1421671317c65.tar.xz |
openjpeg: Prevent a buffer overflow in opj_j2k_read_SPCod_SPCoc.chromium/2747chromium/2746chromium/2745chromium/2744
BUG=chromium:613160
Review-Url: https://codereview.chromium.org/2001663002
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 82a3754482..559f1c1d11 100644 --- a/third_party/libopenjpeg20/README.pdfium +++ b/third_party/libopenjpeg20/README.pdfium @@ -24,4 +24,5 @@ Local Modifications: 0012-mct_sse.patch: Don't use SSE intrinsics in 32-bit builds. 0013-attrib_fix.patch: Don't needlessly redefine __attribute__, https://github.com/uclouvain/openjpeg/issues/727 0014-opj_jp2_read_ihdr_leak.patch: Memory leak in opj_jp2_read_ihdr(). +0015-read_SPCod_SPCoc_overflow.patch: Prevent a buffer overflow in opj_j2k_read_SPCod_SPCoc. TODO(thestig): List all the other patches. |