summaryrefslogtreecommitdiff
path: root/third_party/libtiff/README.pdfium
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2017-11-07 00:28:58 +0000
committerChromium commit bot <commit-bot@chromium.org>2017-11-07 00:28:58 +0000
commit064a3e108b2a2aefde6e0be5f7246b02af6f8aab (patch)
tree703058c10ab340aa628f5197061219c0ed190a8e /third_party/libtiff/README.pdfium
parent6c3665776eb6276be2b2314cd4242e7c21610ea2 (diff)
downloadpdfium-064a3e108b2a2aefde6e0be5f7246b02af6f8aab.tar.xz
Prevent an OOM error in libtiff.
BUG=chromium:781582 Change-Id: I17711956884d1902cbd86f2163155b256402ecda Reviewed-on: https://pdfium-review.googlesource.com/17891 Reviewed-by: Chris Palmer <palmer@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'third_party/libtiff/README.pdfium')
-rw-r--r--third_party/libtiff/README.pdfium1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/libtiff/README.pdfium b/third_party/libtiff/README.pdfium
index 39a8b5f025..a370a49ce7 100644
--- a/third_party/libtiff/README.pdfium
+++ b/third_party/libtiff/README.pdfium
@@ -17,3 +17,4 @@ Local Modifications:
0025-upstream-OOM-gtTileContig: allocates the decoded buffer only after a first successful TIFFFillStrip.
0026-upstream-null-dereference: properly evit when stoponerr is set and avoid null dereferences.
0027-build-config.patch: #define variables so their value can be used by #if.
+0028-nstrips-OOM.patch: return error for excess number of tiles/strips.