]> git.pld-linux.org Git - packages/libwmf.git/blame - libwmf-0.2.8.4-useafterfree.patch
- rel 10
[packages/libwmf.git] / libwmf-0.2.8.4-useafterfree.patch
CommitLineData
30b77d29
AM
1--- 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
2+++ libwmf-0.2.8.4/src/extra/gd/gd_clip.c 2009-04-24 04:08:30.000000000 -0400
3@@ -70,6 +70,7 @@ void gdClipSetAdd(gdImagePtr im,gdClipRe
4 { more = gdRealloc (im->clip->list,(im->clip->max + 8) * sizeof (gdClipRectangle));
5 if (more == 0) return;
6 im->clip->max += 8;
7+ im->clip->list = more;
8 }
9 im->clip->list[im->clip->count] = (*rect);
10 im->clip->count++;
This page took 0.023395 seconds and 4 git commands to generate.