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 282271 Details for
Bug 416321
ghostscript-8.60 errors out on files accepted by ghostscript-8.15 and breaks 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]
Patch for fixing pipe problem
ghostscript-8.61-gsbug#689577.patch (text/plain), 644 bytes, created by
Sammy
on 2007-12-09 16:32:25 UTC
(
hide
)
Description:
Patch for fixing pipe problem
Filename:
MIME Type:
Creator:
Sammy
Created:
2007-12-09 16:32:25 UTC
Size:
644 bytes
patch
obsolete
>--- gs/src/seexec.c 2007/09/25 13:31:24 8250 >+++ gs/src/seexec.c 2007/12/09 06:33:00 8428 >@@ -215,8 +215,10 @@ > * so that it will stay under the limit even after adding min_in_size > * for a subsequent filter in a pipeline. Note that we have to specify > * a size of at least 128 so that filter_read won't round it up. >+ * The value of 132 is samll enough for the sample file of the bug 689577 but >+ * still sufficient for comparefiles/fonttest.pdf . > */ > const stream_template s_exD_template = { >- &st_exD_state, s_exD_init, s_exD_process, 8, 200, >+ &st_exD_state, s_exD_init, s_exD_process, 8, 132, > NULL, s_exD_set_defaults > };
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 416321
:
281821
|
281831
| 282271