Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 190066 Details for
Bug 268161
<media-libs/libwmf-0.2.8.4-r3 Use-after-free in embedded GD (CVE-2009-1364)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
CVE-2009-1364.patch
CVE-2009-1364.patch (text/plain), 379 bytes, created by
Alex Legler (RETIRED)
on 2009-05-01 20:08:28 UTC
(
hide
)
Description:
CVE-2009-1364.patch
Filename:
MIME Type:
Creator:
Alex Legler (RETIRED)
Created:
2009-05-01 20:08:28 UTC
Size:
379 bytes
patch
obsolete
>--- src/extra/gd/gd_clip.c.old 2001-03-28 11:37:29.000000000 +0200 >+++ src/extra/gd/gd_clip.c 2009-05-01 10:02:04.000000000 +0200 >@@ -70,6 +70,7 @@ > { more = gdRealloc (im->clip->list,(im->clip->max + 8) * sizeof (gdClipRectangle)); > if (more == 0) return; > im->clip->max += 8; >+ im->clip->list = more; > } > im->clip->list[im->clip->count] = (*rect); > im->clip->count++;
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 268161
: 190066