diff options
Diffstat (limited to 'main/tiff/CVE-2015-8665.patch')
-rw-r--r-- | main/tiff/CVE-2015-8665.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/main/tiff/CVE-2015-8665.patch b/main/tiff/CVE-2015-8665.patch index 8a4bd3d687..f80d736e15 100644 --- a/main/tiff/CVE-2015-8665.patch +++ b/main/tiff/CVE-2015-8665.patch @@ -8,26 +8,9 @@ Subject: [PATCH] * libtiff/tif_getimage.c: fix out-of-bound reads in limingxing and CVE-2015-8683 reported by zzf of Alibaba. --- - ChangeLog | 8 ++++++++ libtiff/tif_getimage.c | 35 ++++++++++++++++++++++------------- 2 files changed, 30 insertions(+), 13 deletions(-) -diff --git a/ChangeLog b/ChangeLog -index a7d283a..4beb30b 100644 ---- a/ChangeLog -+++ b/ChangeLog -@@ -1,3 +1,11 @@ -+2015-12-26 Even Rouault <even.rouault at spatialys.com> -+ -+ * libtiff/tif_getimage.c: fix out-of-bound reads in TIFFRGBAImage -+ interface in case of unsupported values of SamplesPerPixel/ExtraSamples -+ for LogLUV / CIELab. Add explicit call to TIFFRGBAImageOK() in -+ TIFFRGBAImageBegin(). Fix CVE-2015-8665 reported by limingxing and -+ CVE-2015-8683 reported by zzf of Alibaba. -+ - 2015-12-21 Even Rouault <even.rouault at spatialys.com> - - * libtiff/tif_dirread.c: workaround false positive warning of Clang Static diff --git a/libtiff/tif_getimage.c b/libtiff/tif_getimage.c index cdeff08..261aad6 100644 --- a/libtiff/tif_getimage.c |