summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/libtiff/files/libtiff-CVE-2013-4232.patch
diff options
context:
space:
mode:
authorRandy MacLeod <Randy.MacLeod@windriver.com>2015-06-26 16:27:51 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-06-27 22:42:00 +0100
commit5c5d7c2ab0d32faca43ba360d5d42ecd2822c730 (patch)
tree65caec5415fee5c688297c272167144fa4ea0733 /meta/recipes-multimedia/libtiff/files/libtiff-CVE-2013-4232.patch
parenta5e7a1e597e7bbe3bbc547f43a89d00a8a9a9924 (diff)
downloadopenembedded-core-contrib-5c5d7c2ab0d32faca43ba360d5d42ecd2822c730.tar.gz
tiff: Update to 4.0.4
Update tiff to latest version. None of the local CVE patches are needed based on reviewing the ChangeLog so remove them. Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/libtiff/files/libtiff-CVE-2013-4232.patch')
-rw-r--r--meta/recipes-multimedia/libtiff/files/libtiff-CVE-2013-4232.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/recipes-multimedia/libtiff/files/libtiff-CVE-2013-4232.patch b/meta/recipes-multimedia/libtiff/files/libtiff-CVE-2013-4232.patch
deleted file mode 100644
index 9ebf8f9a2d..0000000000
--- a/meta/recipes-multimedia/libtiff/files/libtiff-CVE-2013-4232.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-This patch comes from: http://bugzilla.maptools.org/attachment.cgi?id=513&action=diff
-
-Upstream-Status: Pending
-
-Signed-off-by: Baogen shang <baogen.shang@windriver.com>
---- a/tools/tiff2pdf.c 2013-10-21 10:36:38.214170346 +0800
-+++ b/tools/tiff2pdf.c 2013-10-21 10:38:58.246170329 +0800
-@@ -2387,6 +2387,7 @@
- TIFFFileName(input));
- t2p->t2p_error = T2P_ERR_ERROR;
- _TIFFfree(buffer);
-+ return(0);
- } else {
- buffer=samplebuffer;
- t2p->tiff_datasize *= t2p->tiff_samplesperpixel;