/[smeserver]/rpms/php/sme8/php-5.3.3-CVE-2012-0830.patch
ViewVC logotype

Contents of /rpms/php/sme8/php-5.3.3-CVE-2012-0830.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Fri Feb 3 15:51:39 2012 UTC (12 years, 3 months ago) by slords
Branch: MAIN
CVS Tags: php-5_3_3-15_el5_sme, php-5_3_3-16_el5_sme, php-5_3_3-14_el5_sme, php-5_3_3-1_el5_sme_6, php-5_3_3-13_el5_sme_1, php-5_3_3-13_el5_sme_2, php-5_3_3-17_el5_sme, php-5_3_3-13_el5_sme, HEAD
Changes since 1.1: +15 -0 lines
* 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
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 RSS 2.0 feed