Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
php4
:
4.4.9
>
php4
> php-5.1.6-CVE-2007-0455.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File php-5.1.6-CVE-2007-0455.patch of Package php4
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=235028 --- php-5.1.6/ext/gd/libgd/gdft.c.cve0455 +++ php-5.1.6/ext/gd/libgd/gdft.c @@ -967,7 +967,7 @@ } else { ch = c & 0xFF; /* don't extend sign */ } - next++; + if (*next) next++; } break; case gdFTEX_Big5: {