aboutsummaryrefslogtreecommitdiffstats
path: root/main/tiff/CVE-2015-8781-8782-8783.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/tiff/CVE-2015-8781-8782-8783.patch')
-rw-r--r--main/tiff/CVE-2015-8781-8782-8783.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/main/tiff/CVE-2015-8781-8782-8783.patch b/main/tiff/CVE-2015-8781-8782-8783.patch
index 1d056cffa9..c8073baa08 100644
--- a/main/tiff/CVE-2015-8781-8782-8783.patch
+++ b/main/tiff/CVE-2015-8781-8782-8783.patch
@@ -7,25 +7,9 @@ Subject: [PATCH] * libtiff/tif_luv.c: fix potential out-of-bound writes in
input data.
---
- ChangeLog | 7 +++++++
libtiff/tif_luv.c | 55 ++++++++++++++++++++++++++++++++++++++++++++-----------
2 files changed, 51 insertions(+), 11 deletions(-)
-diff --git a/ChangeLog b/ChangeLog
-index 4beb30b..b8aa23c 100644
---- a/ChangeLog
-+++ b/ChangeLog
-@@ -1,3 +1,10 @@
-+2015-12-27 Even Rouault <even.rouault at spatialys.com>
-+
-+ * libtiff/tif_luv.c: fix potential out-of-bound writes in decode
-+ functions in non debug builds by replacing assert()s by regular if
-+ checks (bugzilla #2522).
-+ Fix potential out-of-bound reads in case of short input data.
-+
- 2015-12-26 Even Rouault <even.rouault at spatialys.com>
-
- * libtiff/tif_getimage.c: fix out-of-bound reads in TIFFRGBAImage
diff --git a/libtiff/tif_luv.c b/libtiff/tif_luv.c
index 3dc13f1..b66ff64 100644
--- a/libtiff/tif_luv.c