From e7fb8eb3e9f220a5f0c852f0238ab8d536a8bc9d Mon Sep 17 00:00:00 2001 From: Nicolas Pena Date: Wed, 11 Jan 2017 17:18:01 -0500 Subject: Prevent undefined shift in putagreytile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch has been accepted upstream, see: http://bugzilla.maptools.org/show_bug.cgi?id=2658 BUG=655008 Change-Id: I7ef69e6f71e66bd7e0a4d334c4f8e60ed02213d2 Reviewed-on: https://pdfium-review.googlesource.com/2174 Reviewed-by: Tom Sepez Commit-Queue: Nicolás Peña --- third_party/libtiff/README.pdfium | 1 + 1 file changed, 1 insertion(+) (limited to 'third_party/libtiff/README.pdfium') diff --git a/third_party/libtiff/README.pdfium b/third_party/libtiff/README.pdfium index 9acd4c7f63..58bb63e40e 100644 --- a/third_party/libtiff/README.pdfium +++ b/third_party/libtiff/README.pdfium @@ -23,3 +23,4 @@ Local Modifications: 0011-fix-leak-imagebegin2: Apply upstream fix related to our previous patch 0012-initialize-tif-rawdata.patch: Initialize tif_rawdata to guard against unitialized access 0013-validate-refblackwhite.patch: Make sure the refblackwhite values aren't nan. +0014-cast-to-unsigned-in-putagreytile.patch: casting to avoid undefined shifts. \ No newline at end of file -- cgit v1.2.3