]> git.pld-linux.org Git - packages/libwmf.git/blame - libwmf-0.2.8.4-CVE-2007-0455.patch
- rebuild without libjpeg.la
[packages/libwmf.git] / libwmf-0.2.8.4-CVE-2007-0455.patch
CommitLineData
26b0bf12
KK
1--- libwmf-0.2.8.4/src/extra/gd/gdft.c 2010-12-06 11:18:26.000000000 +0000
2+++ libwmf-0.2.8.4/src/extra/gd/gdft.c 2010-12-06 11:21:09.000000000 +0000
3@@ -811,7 +811,7 @@
4 {
5 ch = c & 0xFF; /* don't extend sign */
6 }
7- next++;
8+ if (*next) next++;
9 }
10 else
11 {
This page took 0.022212 seconds and 4 git commands to generate.