summaryrefslogtreecommitdiff
path: root/third_party/lcms/README.pdfium
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-08-30 20:15:34 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-08-30 20:15:34 +0000
commit81a3c2408a1fb3e3cc4b06d659cce19157ee0a91 (patch)
tree18a9d59398b2f8e36b71a3b13fe52378ec0fc49b /third_party/lcms/README.pdfium
parent678f5418d36f553f4a908e51a3e5e3fcf5c66a16 (diff)
downloadpdfium-81a3c2408a1fb3e3cc4b06d659cce19157ee0a91.tar.xz
Add check on CGATS memory allocation in littlecms.
This pull in the relevant bits from upstream commit 768f70ca. BUG=chromium:872189 Change-Id: I6a970a00ff322768cddc2825e4b6e3e12400d43d Reviewed-on: https://pdfium-review.googlesource.com/41671 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.pdfium1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/lcms/README.pdfium b/third_party/lcms/README.pdfium
index f5ea9b1792..1a096c86d5 100644
--- a/third_party/lcms/README.pdfium
+++ b/third_party/lcms/README.pdfium
@@ -43,3 +43,4 @@ Local Modifications:
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.
+0032-cgats-allocation.patch: Add check on CGATS memory allocation.