ALT Linux Bugzilla
– Attachment 3512 Details for
Bug 19887
libwmf Embedded GD Library Use-After-Free Vulnerability (CVE-2009-1364)
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
fix for CVE-2009-1364
libwmf-0.2.8.4-realloc.patch (text/plain), 487 bytes, created by
Vladimir Lettiev
on 2009-05-01 15:11:26 MSD
(
hide
)
Description:
fix for CVE-2009-1364
Filename:
MIME Type:
Creator:
Vladimir Lettiev
Created:
2009-05-01 15:11:26 MSD
Size:
487 bytes
patch
obsolete
>--- libwmf-0.2.8.4/src/extra/gd/gd_clip.c.CVE-2009-1364-im-clip-list 2009-04-24 04:06:44.000000000 -0400 >+++ libwmf-0.2.8.4/src/extra/gd/gd_clip.c 2009-04-24 04:08:30.000000000 -0400 >@@ -70,6 +70,7 @@ void gdClipSetAdd(gdImagePtr im,gdClipRe > { 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 19887
: 3512