]> git.pld-linux.org Git - packages/libwmf.git/blame - libwmf-0.2.8.4-CVE-2009-3546.patch
- rebuild without libjpeg.la
[packages/libwmf.git] / libwmf-0.2.8.4-CVE-2009-3546.patch
CommitLineData
26b0bf12
KK
1--- libwmf-0.2.8.4/src/extra/gd/gd_gd.c 2010-12-06 14:56:06.000000000 +0000
2+++ libwmf-0.2.8.4/src/extra/gd/gd_gd.c 2010-12-06 14:57:04.000000000 +0000
3@@ -42,6 +42,10 @@
4 {
5 goto fail1;
6 }
7+ if (&im->colorsTotal > gdMaxColors)
8+ {
9+ goto fail1;
10+ }
11 }
12 /* Int to accommodate truecolor single-color transparency */
13 if (!gdGetInt (&im->transparent, in))
This page took 0.028443 seconds and 4 git commands to generate.