diff options
Diffstat (limited to 'main/ghostscript/CVE-2012-4405.patch')
-rw-r--r-- | main/ghostscript/CVE-2012-4405.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/main/ghostscript/CVE-2012-4405.patch b/main/ghostscript/CVE-2012-4405.patch deleted file mode 100644 index a589992aee..0000000000 --- a/main/ghostscript/CVE-2012-4405.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- ./icclib/icc.c.orig -+++ ./icclib/icc.c -@@ -4996,6 +4996,11 @@ - 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; - |