php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #69688 segfault with eval and opcache fast shutdown
Submitted: 2015-05-22 03:46 UTC Modified: -
From: laruence@php.net Assigned:
Status: Closed Package: opcache
PHP Version: master-Git-2015-05-22 (snap) OS:
Private report: No CVE-ID: None
 [2015-05-22 03:46 UTC] laruence@php.net
Description:
------------
none

Test script:
---------------
<?php
eval('function g() {} function g2() {} function g3() {}');

eval('class A{} class B{} class C{}');

Expected result:
----------------
non segfault

Actual result:
--------------
segfault

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-05-22 03:51 UTC] laruence@php.net
Automatic comment on behalf of laruence
Revision: http://git.php.net/?p=php-src.git;a=commit;h=8c0ba65d6a4d1a1908990096bbe2d15a8b65e660
Log: Fixed bug #69688 (segfault with eval and opcache fast shutdown)
 [2015-05-22 03:51 UTC] laruence@php.net
-Status: Open +Status: Closed
 [2016-07-20 11:38 UTC] davey@php.net
Automatic comment on behalf of laruence
Revision: http://git.php.net/?p=php-src.git;a=commit;h=8c0ba65d6a4d1a1908990096bbe2d15a8b65e660
Log: Fixed bug #69688 (segfault with eval and opcache fast shutdown)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 10:01:30 2024 UTC