Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP2:GA
php5.14088
php-CVE-2015-1351.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File php-CVE-2015-1351.patch of Package php5.14088
X-Git-Url: http://208.43.231.11:8000/?p=php-src.git;a=blobdiff_plain;f=ext%2Fopcache%2Fzend_shared_alloc.c;h=48c16abb9c9a3a19e20d2c69111654e56729910b;hp=4036abe06f8e1559c7a2aac374d57f151235bbdb;hb=777c39f4042327eac4b63c7ee87dc1c7a09a3115;hpb=7ebdc8d70d7617f2c3353b027663ef54a24a2248 Index: php-5.5.14/ext/opcache/zend_shared_alloc.c =================================================================== --- php-5.5.14.orig/ext/opcache/zend_shared_alloc.c 2019-06-10 09:13:01.586762857 +0200 +++ php-5.5.14/ext/opcache/zend_shared_alloc.c 2019-06-10 09:13:33.754940243 +0200 @@ -346,10 +346,10 @@ void *_zend_shared_memdup(void *source, retval = ZCG(mem);; ZCG(mem) = (void*)(((char*)ZCG(mem)) + ZEND_ALIGNED_SIZE(size)); memcpy(retval, source, size); + zend_shared_alloc_register_xlat_entry(source, retval); if (free_source) { interned_efree((char*)source); } - zend_shared_alloc_register_xlat_entry(source, retval); return retval; }
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