|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull Requests
Pull requests:
HistoryAllCommentsChangesGit/SVN commits
[2014-12-30 03:00 UTC] aharvey@php.net
-Package: *General Issues
+Package: opcache
[2015-01-08 08:38 UTC] laruence@php.net
[2015-01-08 08:38 UTC] laruence@php.net
-Status: Open
+Status: Closed
[2015-03-18 12:39 UTC] kaplan@php.net
-Assigned To:
+Assigned To: kaplan
-CVE-ID:
+CVE-ID: 2015-1351
[2015-03-31 22:47 UTC] kaplan@php.net
[2015-03-31 22:47 UTC] kaplan@php.net
[2015-03-31 22:56 UTC] kaplan@php.net
[2015-03-31 22:56 UTC] kaplan@php.net
[2015-03-31 23:02 UTC] kaplan@php.net
[2015-03-31 23:02 UTC] kaplan@php.net
[2016-07-20 11:40 UTC] davey@php.net
[2022-12-27 02:01 UTC] 29611472 at qq dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 13:00:01 2025 UTC |
Description: ------------ Hi, In /ext/opcache/zend_shared_alloc.c there is a use-after-free: 347 if (free_source) { 348 efree(source); 349 } 350 zend_shared_alloc_register_xlat_entry(source, retval); Thanks,