Bug 755577

Summary: Newly added defects into ghostscript
Product: Red Hat Enterprise Linux 5 Reporter: Michal Luscon <mluscon>
Component: ghostscriptAssignee: Tim Waugh <twaugh>
Status: CLOSED DUPLICATE QA Contact: QE Internationalization Bugs <qe-i18n-bugs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 5.8   
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: ghostscript-8.70-12.el5 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-11-23 16:01:50 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Michal Luscon 2011-11-21 14:16:46 UTC
Description of problem:

1. Using uninitialized pointer desc
base/gdevpdtd.c:764 - Declaring variable "desc" without initializer.
base/gdevpdtd.c:769 - Using uninitialized value "desc".
base/gdevpdtd.c:769 - Using uninitialized value "desc->Flags".

2. Static array overrun
/base/gdevpdfc.c:517, 518 - Declaration of float arrays with size 4.
base/gdevpdfc.c:529, 523 - Arrays out_low and out_high are wrongly dereferenced in function pdf_SepCMYK_ConvertToRGB with index 4 instead of 3.

Version-Release number of selected component (if applicable):
ghostscript-8.70-9.el5

Additional info:
These defects were introduced between versions 8.70-6.el5 and 8.70-9.el5.

Comment 2 Tim Waugh 2011-11-23 15:40:47 UTC
Fixes are upstream in commits c7474f22 and 13028e7b.

Comment 3 Tim Waugh 2011-11-23 16:01:50 UTC
Closing as duplicate of bug #710074, which adds the PDF/A feature.

*** This bug has been marked as a duplicate of bug 710074 ***