]> git.pld-linux.org Git - packages/libwmf.git/blob - libwmf-0.2.8.4-CVE-2007-0455.patch
- release 18
[packages/libwmf.git] / libwmf-0.2.8.4-CVE-2007-0455.patch
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.02225 seconds and 3 git commands to generate.