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 311147 Details for
Bug 454277
CVE-2008-2950 poppler: uninitialized pointer free (oCERT-2008-007)
[?]
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]
Proposed patch
poppler-CVE-2008-2950.patch (text/plain), 400 bytes, created by
Tomas Hoger
on 2008-07-07 13:19:51 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Tomas Hoger
Created:
2008-07-07 13:19:51 UTC
Size:
400 bytes
patch
obsolete
>diff --git a/poppler/Page.cc b/poppler/Page.cc >index b28a3ee..72a706b 100644 >--- a/poppler/Page.cc >+++ b/poppler/Page.cc >@@ -230,7 +230,7 @@ GBool PageAttrs::readBox(Dict *dict, char *key, PDFRectangle *box) { > > Page::Page(XRef *xrefA, int numA, Dict *pageDict, PageAttrs *attrsA, Form *form) { > Object tmp; >- >+ pageWidgets = NULL; //Security fix > ok = gTrue; > xref = xrefA; > num = numA;
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 454277
: 311147