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

Diff 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 | View Patch Patch

Revision 1.1 by slords, Fri Feb 3 15:48:14 2012 UTC Revision 1.2 by slords, Fri Feb 3 15:51:39 2012 UTC
# Line 0  Line 1 
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) {


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed