Parent Directory
|
Revision Log
|
Revision Graph
* Fri Feb 3 2012 Shad L. Lords <slords@mail.com> - 5.3.3-1.6.sme - Obsolete php-domxml and php-dom [SME: 6733] - Update Obsoletes and Conflicts [SME: 6436]
1 | slords | 1.2 | |
2 | https://bugzilla.redhat.com/show_bug.cgi?id=786686 | ||
3 | |||
4 | --- php-5.3.3/main/php_variables.c.cve0830 | ||
5 | +++ php-5.3.3/main/php_variables.c | ||
6 | @@ -198,6 +198,9 @@ PHPAPI void php_register_variable_ex(cha | ||
7 | MAKE_STD_ZVAL(gpc_element); | ||
8 | array_init(gpc_element); | ||
9 | zend_symtable_update(symtable1, escaped_index, index_len + 1, &gpc_element, sizeof(zval *), (void **) &gpc_element_p); | ||
10 | + } else { | ||
11 | + efree(var_orig); | ||
12 | + return; | ||
13 | } | ||
14 | } | ||
15 | if (index != escaped_index) { |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 | ![]() |