Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
php5
:
EL5
:
5.2.9
>
php-5.2.9
> php-5.1.6-CVE-2012-0830.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File php-5.1.6-CVE-2012-0830.patch of Package php-5.2.9
diff -uap php-5.1.6/main/php_variables.c.cve0830 php-5.1.6/main/php_variables.c --- php-5.1.6/main/php_variables.c.cve0830 2012-02-02 11:06:00.041511045 +0000 +++ php-5.1.6/main/php_variables.c 2012-02-02 11:06:14.856385319 +0000 @@ -186,6 +186,8 @@ PHPAPI void php_register_variable_ex(cha MAKE_STD_ZVAL(gpc_element); array_init(gpc_element); zend_symtable_update(symtable1, escaped_index, index_len + 1, &gpc_element, sizeof(zval *), (void **) &gpc_element_p); + } else { + return; } } if (index != escaped_index) {