Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 609986 Details for
Bug 854227
CVE-2012-4405 ghostscript, argyllcms: Array index error leading to heap-based bufer OOB write
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch for ghostscript
ghostscript-CVE-2012-4405.patch (text/plain), 609 bytes, created by
Tim Waugh
on 2012-09-05 11:11:34 UTC
(
hide
)
Description:
patch for ghostscript
Filename:
MIME Type:
Creator:
Tim Waugh
Created:
2012-09-05 11:11:34 UTC
Size:
609 bytes
patch
obsolete
>diff -up ghostscript-8.70/icclib/icc.c.CVE-2012-4405 ghostscript-8.70/icclib/icc.c >--- ghostscript-8.70/icclib/icc.c.CVE-2012-4405 2009-07-28 08:48:19.000000000 +0100 >+++ ghostscript-8.70/icclib/icc.c 2012-09-05 11:43:56.577728357 +0100 >@@ -5006,6 +5006,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;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 854227
: 609986