summaryrefslogtreecommitdiff
path: root/third_party/libtiff/README.pdfium
diff options
context:
space:
mode:
authorNicolas Pena <npm@chromium.org>2017-07-28 13:23:59 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-07-28 18:39:37 +0000
commitd3c6f8119a4c6cd143c6f2f3f874705f57afaf36 (patch)
tree8672cae6a59eb845827bce3532ededd26fc8a55b /third_party/libtiff/README.pdfium
parent90555e06b0c03777bca17ca423b765b3cb517f56 (diff)
downloadpdfium-d3c6f8119a4c6cd143c6f2f3f874705f57afaf36.tar.xz
LibTIFF: upstream patch to fix null dereference
This CL applies this patch that fixes a recent null dereference regression: https://github.com/vadz/libtiff/commit/57f4b28c00d78bd5d74768585d0e46b2e12e94f7 Bug: chromium:743621 Change-Id: I0f9d4321dc6ea71dd31cf0ba8420cc25d401f0d8 Reviewed-on: https://pdfium-review.googlesource.com/9490 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Nicolás Peña <npm@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 d8812077c1..80cc6371f4 100644
--- a/third_party/libtiff/README.pdfium
+++ b/third_party/libtiff/README.pdfium
@@ -15,3 +15,4 @@ Local Modifications:
0008-HeapBufferOverflow-ChopUpSingleUncompressedStrip.patch: Fix a heap buffer overflow
0017-safe_skews_in_gtTileContig.patch: return error if to/from skews overflow from int32.
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.