about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/libraries/libwmf/CVE-2009-1364.patch
blob: e2a4501662c699566083a3a447ad4e9709b4282b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- libwmf-0.2.8.4.orig/src/extra/gd/gd_clip.c
+++ libwmf-0.2.8.4/src/extra/gd/gd_clip.c
@@ -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++;