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 310520 Details for
Bug 453283
dvipdfm fails with: Invalid PDF name "IYXNIP+Courier#20Bold"
[?]
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]
Fix (taken from #228078 comment #2)
dvipdfm.patch (text/plain), 510 bytes, created by
Robert Jackson
on 2008-06-28 21:49:54 UTC
(
hide
)
Description:
Fix (taken from #228078 comment #2)
Filename:
MIME Type:
Creator:
Robert Jackson
Created:
2008-06-28 21:49:54 UTC
Size:
510 bytes
patch
obsolete
>--- texlive-2007/texk/dvipdfm/pdfobj.c.orig 2005-08-31 18:47:17.999074000 +0200 >+++ texlive-2007/texk/dvipdfm/pdfobj.c 2005-08-31 18:46:30.779074000 +0200 >@@ -631,7 +631,7 @@ > int pdf_check_name(const char *name) > { > static char *valid_chars = >- "!\"$&'*+,-.0123456789:;=?@ABCDEFGHIJKLMNOPQRSTUVWXYZ\\^_`abcdefghijklmnopqrstuvwxyz|~"; >+ "!\"#$&'*+,-.0123456789:;=?@ABCDEFGHIJKLMNOPQRSTUVWXYZ\\^_`abcdefghijklmnopqrstuvwxyz|~"; > if (strspn (name, valid_chars) == strlen (name)) > return 1; > else
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 453283
:
310518
| 310520