Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:Update
php5.11086
php-CVE-2017-11143.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File php-CVE-2017-11143.patch of Package php5.11086
Index: php-5.5.14/ext/wddx/wddx.c =================================================================== --- php-5.5.14.orig/ext/wddx/wddx.c 2017-07-18 12:53:08.022045810 +0200 +++ php-5.5.14/ext/wddx/wddx.c 2017-07-18 12:54:58.059999318 +0200 @@ -817,7 +817,10 @@ static void php_wddx_push_element(void * } else { ent.type = ST_BOOLEAN; SET_STACK_VARNAME; - ZVAL_FALSE(&ent.data); + + ALLOC_ZVAL(ent.data); + INIT_PZVAL(ent.data); + Z_TYPE_P(ent.data) = IS_BOOL; wddx_stack_push((wddx_stack *)stack, &ent, sizeof(st_entry)); } } else if (!strcmp(name, EL_NULL)) {
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor