Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
:
rebuilds
>
php4
> php-4.3.9-CVE-2007-0908.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File php-4.3.9-CVE-2007-0908.patch of Package php4
--- php-4.3.9/ext/wddx/wddx.c.cve0908 +++ php-4.3.9/ext/wddx/wddx.c @@ -285,7 +285,7 @@ switch (hash_type) { case HASH_KEY_IS_LONG: - sprintf(tmp, "%ld", idx); + key_length = sprintf(tmp, "%ld", idx) + 1; key = tmp; /* fallthru */ case HASH_KEY_IS_STRING: