summaryrefslogtreecommitdiff
path: root/debian/patches/04_CVE-2012-4405.diff
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/04_CVE-2012-4405.diff')
-rw-r--r--debian/patches/04_CVE-2012-4405.diff14
1 files changed, 0 insertions, 14 deletions
diff --git a/debian/patches/04_CVE-2012-4405.diff b/debian/patches/04_CVE-2012-4405.diff
deleted file mode 100644
index 60f7e48..0000000
--- a/debian/patches/04_CVE-2012-4405.diff
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/icc/icc.c
-+++ b/icc/icc.c
-@@ -6348,6 +6348,11 @@ static int icmLut_read(
- p->clutPoints = read_UInt8Number(bp+10);
-
- /* Sanity check */
-+ if (p->inputChan < 1) {
-+ sprintf(icp->err,"icmLut_read: No input channels!");
-+ return icp->errc = 1;
-+ }
-+
- if (p->inputChan > MAX_CHAN) {
- sprintf(icp->err,"icmLut_read: Can't handle > %d input channels\n",MAX_CHAN);
- return icp->errc = 1;