diff options
author | Lei Zhang <thestig@chromium.org> | 2017-08-23 01:05:02 -0700 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-08-23 20:55:09 +0000 |
commit | 664d4b82ac5156488b7e437d4cc54a3ef94d2811 (patch) | |
tree | 8d31d943c30ea3ecc444ec16d6d3396e15e3c82f /third_party/libpng16/README.pdfium | |
parent | 0924119cae45955525b25c915b3eda90d3e3bd20 (diff) | |
download | pdfium-664d4b82ac5156488b7e437d4cc54a3ef94d2811.tar.xz |
Reject oversized iCCP profile length in libpng.chromium/3195
cherry-pick of https://github.com/glennrp/libpng/commit/92a7c79db2c962d04006b35e2603ba9d5ce75541
BUG=chromium:729673
Change-Id: I907b4920ed6d276a075a30269be1744aff678069
Reviewed-on: https://pdfium-review.googlesource.com/11690
Commit-Queue: Lei Zhang <thestig@chromium.org>
Reviewed-by: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'third_party/libpng16/README.pdfium')
-rw-r--r-- | third_party/libpng16/README.pdfium | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/libpng16/README.pdfium b/third_party/libpng16/README.pdfium index 47af52f8b6..faa59590c8 100644 --- a/third_party/libpng16/README.pdfium +++ b/third_party/libpng16/README.pdfium @@ -18,3 +18,4 @@ pngprefix.h: manually-created redefinitions to avoid conflicts with Chromium. 0000-build-config.patch: Local build configuration changes. 0002-static-png-gt.patch: Unconditionally use static png_gt() in png.c to avoid compilation warning. 0003-check-errors-in-set-pcal.patch: Backported github.com/glennrp/libpng/pull/135 +0004-invalid-icc.patch: Fix for large allocation for invalid ICC https://github.com/glennrp/libpng/commit/92a7c79db2c962d04006b35e2603ba9d5ce75541 |