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 834836 Details for
Bug 1036428
gs segfault while printing
[?]
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]
gs-bisected.patch
gs-bisected.patch (text/plain), 1.30 KB, created by
Tim Waugh
on 2013-12-10 15:25:13 UTC
(
hide
)
Description:
gs-bisected.patch
Filename:
MIME Type:
Creator:
Tim Waugh
Created:
2013-12-10 15:25:13 UTC
Size:
1.30 KB
patch
obsolete
>commit 142b12b12b56aba0d4ec7372c0260c39d2d58d28 >Author: Michael Vrhel <michael.vrhel@artifex.com> >Date: Wed Sep 18 13:56:35 2013 -0700 > > Additional error checking fixes from fuzzing files > > Fixes Bug 694154 > >diff --git a/gs/base/gsicc.c b/gs/base/gsicc.c >index a20f533..12c8be7 100644 >--- a/gs/base/gsicc.c >+++ b/gs/base/gsicc.c >@@ -377,6 +377,8 @@ gx_remap_ICC(const gs_client_color * pcc, const gs_color_space * pcs, > cmm_dev_profile_t *dev_profile; > > code = dev_proc(dev, get_profile)(dev, &dev_profile); >+ if (dev_profile == NULL) >+ return gs_throw(gs_error_Fatal, "Attempting to do ICC remap with no profile"); > num_des_comps = gsicc_get_device_profile_comps(dev_profile); > rendering_params.black_point_comp = pis->blackptcomp; > rendering_params.graphics_type_tag = dev->graphics_type_tag; >diff --git a/gs/base/gsstate.c b/gs/base/gsstate.c >index a0419ff..bf33e5a 100644 >--- a/gs/base/gsstate.c >+++ b/gs/base/gsstate.c >@@ -708,7 +708,7 @@ gs_setoverprint(gs_state * pgs, bool ovp) > } else { > dev_proc(dev, get_profile)(dev, &profile_struct); > } >- if (profile_struct->sim_overprint == false) return; >+ if (profile_struct != NULL && profile_struct->sim_overprint == false) return; > } > pgs->overprint = ovp; > if (prior_ovp != ovp)
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 1036428
:
831332
|
833114
| 834836