diff options
author | Lei Zhang <thestig@chromium.org> | 2018-07-18 20:27:59 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-07-18 20:27:59 +0000 |
commit | 649815d0d6e57f3a551e73ae464589b0dedf913d (patch) | |
tree | ad771a6f1b7e783a28709d53b61bb1ebafad1ede /third_party/lcms/README.pdfium | |
parent | 835d49d1534405075d75068635894ead17af56b8 (diff) | |
download | pdfium-649815d0d6e57f3a551e73ae464589b0dedf913d.tar.xz |
Handle wrong tag element count in littlecms.
BUG=chromium:864932
Change-Id: I7e87ba6e0fc6e2bdefcee29cbc0b60cb9ec9e316
Reviewed-on: https://pdfium-review.googlesource.com/38270
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'third_party/lcms/README.pdfium')
-rw-r--r-- | third_party/lcms/README.pdfium | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/lcms/README.pdfium b/third_party/lcms/README.pdfium index 0c7dff4de2..f5ea9b1792 100644 --- a/third_party/lcms/README.pdfium +++ b/third_party/lcms/README.pdfium @@ -42,3 +42,4 @@ Local Modifications: 0028-do-not-quickfloor.patch: flooring errors may cause heap-buffer-overflow. 0029-drop-register-keyword.patch: Remove deprecated 'register' keyword. 0030-const-data.patch: Mark many data structures as const. +0031-wrong-tag-element-count.patch: Handle tag element count mismatch as an error. |