diff options
author | Nicolas Pena <npm@chromium.org> | 2017-02-22 12:00:58 -0500 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-02-22 18:17:35 +0000 |
commit | e3f237740fd8bea50b4a6f37f56455dfa0328546 (patch) | |
tree | 28acdf57354fc3e2d0a031d7315710afe866c55d /third_party/lcms2-2.6/README.pdfium | |
parent | 60fd9fc63744419a760201af596515d411b7e194 (diff) | |
download | pdfium-e3f237740fd8bea50b4a6f37f56455dfa0328546.tar.xz |
lcms upstream patches to fix security bugchromium/3021
Patch that fixes LUT consistency:
https://github.com/mm2/Little-CMS/commit/9936ecf0745002cea8e46dc575079b4872e9af8c
Patch that sanitizes MPE profiles:
https://github.com/mm2/Little-CMS/commit/06662a755525586223efe1790da1497d5b2d9e67
BUG=675617
Change-Id: I9ccc4158432387360dcb358e2a015a9434df46e4
Reviewed-on: https://pdfium-review.googlesource.com/2820
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Reviewed-by: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'third_party/lcms2-2.6/README.pdfium')
-rw-r--r-- | third_party/lcms2-2.6/README.pdfium | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/lcms2-2.6/README.pdfium b/third_party/lcms2-2.6/README.pdfium index c775609e07..cfa790969b 100644 --- a/third_party/lcms2-2.6/README.pdfium +++ b/third_party/lcms2-2.6/README.pdfium @@ -27,4 +27,5 @@ Local Modifications: 0014-avoid-fixed-inf.patch: Avoid fixed number LUT optimization on inf values. 0015-sanitize-float-read.patch: Sanitize floating point read. Partially backport from upstream https://github.com/mm2/Little-CMS/commit/4011a6e3 +0016-check-LUT-and-MPE.patch: check LUT consistency and sanitize MPE profiles. TODO(ochang): List other patches. |