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 301852 Details for
Bug 441722
CVE-2008-1693 xpdf: embedded font vulnerability
[?]
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 xpdf from Ludwig Nussel
xpdf-CVE-2008-1693.diff (text/plain), 604 bytes, created by
Tomas Hoger
on 2008-04-09 17:20:47 UTC
(
hide
)
Description:
Patch for xpdf from Ludwig Nussel
Filename:
MIME Type:
Creator:
Tomas Hoger
Created:
2008-04-09 17:20:47 UTC
Size:
604 bytes
patch
obsolete
>Index: xpdf-3.01/xpdf/SplashOutputDev.cc >=================================================================== >--- xpdf-3.01.orig/xpdf/SplashOutputDev.cc >+++ xpdf-3.01/xpdf/SplashOutputDev.cc >@@ -1018,6 +1018,12 @@ void SplashOutputDev::updateFont(GfxStat > refObj.initRef(embRef.num, embRef.gen); > refObj.fetch(xref, &strObj); > refObj.free(); >+ if (!strObj.isStream()) { >+ error(-1, "Embedded font object is wrong type"); >+ strObj.free(); >+ fclose(tmpFile); >+ goto err2; >+ } > strObj.streamReset(); > while ((c = strObj.streamGetChar()) != EOF) { > fputc(c, tmpFile);
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 441722
: 301852 |
302425