Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 81778 Details for
Bug 125621
kpdf official patch for kde 3.3 is not sufficient (CVE-2006-0746)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
CVE-2006-0746_incremental.diff
CVE-2006-0746_incremental.diff (text/plain), 687 bytes, created by
Thierry Carrez (RETIRED)
on 2006-03-09 10:06:02 UTC
(
hide
)
Description:
CVE-2006-0746_incremental.diff
Filename:
MIME Type:
Creator:
Thierry Carrez (RETIRED)
Created:
2006-03-09 10:06:02 UTC
Size:
687 bytes
patch
obsolete
>Index: xpdf/Stream.cc >=================================================================== >--- xpdf/Stream.cc (revision 516800) >+++ xpdf/Stream.cc (working copy) >@@ -2922,6 +2922,7 @@ GBool DCTStream::readBaselineSOF() { > numComps = str->getChar(); > if (numComps <= 0 || numComps > 4) { > error(getPos(), "Bad number of components in DCT stream", prec); >+ numComps = 0; > return gFalse; > } > if (prec != 8) { >@@ -2952,7 +2953,6 @@ GBool DCTStream::readProgressiveSOF() { > numComps = str->getChar(); > if (numComps <= 0 || numComps > 4) { > numComps = 0; >- numComps = 0; > error(getPos(), "Bad number of components in DCT stream"); > return gFalse; > }
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 125621
: 81778