summaryrefslogtreecommitdiff
path: root/meta/recipes-multimedia/libtiff/tiff_4.0.4.bb
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2016-08-10 15:11:20 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-23 23:21:43 +0100
commit4e2f4484d6e1418c34f65de954809d06df41cc38 (patch)
tree018f733e262c54b94cd52c4854c7c8c427dbca0d /meta/recipes-multimedia/libtiff/tiff_4.0.4.bb
parent35a7cb62be554e28f64b7583d46d693ea184491f (diff)
downloadopenembedded-core-4e2f4484d6e1418c34f65de954809d06df41cc38.tar.gz
openembedded-core-4e2f4484d6e1418c34f65de954809d06df41cc38.tar.bz2
openembedded-core-4e2f4484d6e1418c34f65de954809d06df41cc38.zip
tiff: Security fix CVE-2016-5323
CVE-2016-5323 libtiff: a maliciously crafted TIFF file could cause the application to crash when using tiffcrop command External References: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-5323 http://bugzilla.maptools.org/show_bug.cgi?id=2559 Patch from: https://github.com/vadz/libtiff/commit/2f79856097f423eb33796a15fcf700d2ea41bf31 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> (cherry picked from commit 4ad1220e0a7f9ca9096860f4f9ae7017b36e29e4) Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta/recipes-multimedia/libtiff/tiff_4.0.4.bb')
-rw-r--r--meta/recipes-multimedia/libtiff/tiff_4.0.4.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/libtiff/tiff_4.0.4.bb b/meta/recipes-multimedia/libtiff/tiff_4.0.4.bb
index 2e97653d95..1f0585a25c 100644
--- a/meta/recipes-multimedia/libtiff/tiff_4.0.4.bb
+++ b/meta/recipes-multimedia/libtiff/tiff_4.0.4.bb
@@ -10,6 +10,7 @@ SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-${PV}.tar.gz \
file://CVE-2015-8665_8683.patch \
file://CVE-2016-3186.patch \
file://CVE-2016-5321.patch \
+ file://CVE-2016-5323.patch \
"
SRC_URI[md5sum] = "9aee7107408a128c0c7b24286c0db900"