]> git.pld-linux.org Git - packages/php.git/blob - php-5.1.6-CVE-2007-0455.patch
- 5.2.2, CVE patches not checked
[packages/php.git] / php-5.1.6-CVE-2007-0455.patch
1
2 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=235028
3
4 --- php-5.1.6/ext/gd/libgd/gdft.c.cve0455
5 +++ php-5.1.6/ext/gd/libgd/gdft.c
6 @@ -967,7 +967,7 @@
7                                         } else {
8                                                 ch = c & 0xFF;  /* don't extend sign */
9                                         }
10 -                                       next++;
11 +                                       if (*next) next++;
12                                 }
13                                 break;
14                         case gdFTEX_Big5: {
This page took 0.238102 seconds and 3 git commands to generate.