diff options
author | thestig <thestig@chromium.org> | 2016-05-19 10:36:16 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-05-19 10:36:16 -0700 |
commit | 225a257ba299a43c02471fa46c22ba94da1f3f09 (patch) | |
tree | 85f1fe8fb746ac484ce5908558eaad1d3f6a9433 /third_party/libopenjpeg20/README.pdfium | |
parent | 23467939aff1273c9b8e084fa83b2a2436d67526 (diff) | |
download | pdfium-225a257ba299a43c02471fa46c22ba94da1f3f09.tar.xz |
Fix a memory leak in opj_jp2_read_ihdr().
BUG=603895
Review-Url: https://codereview.chromium.org/1992893003
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 a8f83c36a2..82a3754482 100644 --- a/third_party/libopenjpeg20/README.pdfium +++ b/third_party/libopenjpeg20/README.pdfium @@ -23,4 +23,5 @@ Local Modifications: 0011-j2k_update_image_data.patch: Prevent bad signed -> unsigned casting. 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(). TODO(thestig): List all the other patches. |