Magellan Linux

Contents of /trunk/libwmf/patches/libwmf-0.2.8.4-CVE-2007-0455.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2938 - (show annotations) (download)
Tue May 30 10:46:40 2017 UTC (6 years, 11 months ago) by niro
File size: 288 byte(s)
-added a bunch of security patches
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 {