Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 209727 Details for
Bug 292130
<media-libs/gd-2.0.35-r1 Improper colorsTotal structure member verification (CVE-2009-3546)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gd-2.0.35-maxcolors.patch
gd-2.0.35-maxcolors.patch (text/plain), 414 bytes, created by
Markus Meier
on 2009-11-09 12:40:09 UTC
(
hide
)
Description:
gd-2.0.35-maxcolors.patch
Filename:
MIME Type:
Creator:
Markus Meier
Created:
2009-11-09 12:40:09 UTC
Size:
414 bytes
patch
obsolete
>diff -ru gd-2.0.35.orig/gd_gd.c gd-2.0.35/gd_gd.c >--- gd-2.0.35.orig/gd_gd.c 2006-04-05 17:52:22.000000000 +0200 >+++ gd-2.0.35/gd_gd.c 2009-11-09 11:57:01.000000000 +0100 >@@ -44,6 +44,10 @@ > { > goto fail1; > } >+ if (im->colorsTotal > gdMaxColors) >+ { >+ goto fail1; >+ } > } > /* Int to accommodate truecolor single-color transparency */ > if (!gdGetInt (&im->transparent, in))
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 Raw
Actions:
View
Attachments on
bug 292130
:
209726
| 209727