|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2016-06-23 06:07 UTC] laruence@php.net
[2016-06-23 06:07 UTC] laruence@php.net
-Status: Open
+Status: Closed
[2016-07-06 05:47 UTC] davey@php.net
[2016-07-20 11:30 UTC] davey@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 07:00:01 2025 UTC |
Description: ------------ none Test script: --------------- <?php preg_match("#test#", ""); Expected result: ---------------- non memleak Actual result: -------------- ==9175== 32 bytes in 1 blocks are definitely lost in loss record 16 of 35 ==9175== at 0x4C27A2E: malloc (vg_replace_malloc.c:270) ==9175== by 0x4D2200: sljit_allocate_stack (sljitUtils.c:236) ==9175== by 0x500FC6: pcre_jit_stack_alloc (pcre_jit_compile.c:10614) ==9175== by 0x502265: zm_activate_pcre (php_pcre.c:220) ==9175== by 0xA7D844: zend_activate_modules (zend_API.c:2543) ==9175== by 0x9DEF61: php_request_startup (main.c:1629) ==9175== by 0xB48677: main (cgi_main.c:2318)