Edit report at https://bugs.php.net/bug.php?id=61273&edit=1
ID: 61273 Updated by: larue...@php.net Reported by: ni...@php.net Summary: call_user_func_array with more than 16333 arguments leaks / crashes -Status: Assigned +Status: Closed Type: Bug Package: Reproducible crash PHP Version: 5.4SVN-2012-03-04 (SVN) Assigned To: dmitry Block user comment: N Private report: N New Comment: This bug has been fixed in SVN. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. For Windows: http://windows.php.net/snapshots/ Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2012-03-11 15:28:22] larue...@php.net Automatic comment from SVN on behalf of laruence Revision: http://svn.php.net/viewvc/?view=revision&revision=324108 Log: Fixed bug #61273 (call_user_func_array with more than 16333 arguments leaks / crashes) ------------------------------------------------------------------------ [2012-03-04 17:44:01] paj...@php.net Can you take a look please? ------------------------------------------------------------------------ [2012-03-04 16:00:27] ni...@php.net The following patch has been added/updated: Patch Name: call_user_func_array.patch Revision: 1330876827 URL: https://bugs.php.net/patch-display.php?bug=61273&patch=call_user_func_array.patch&revision=1330876827 ------------------------------------------------------------------------ [2012-03-04 15:53:11] ni...@php.net The issue is indeed the if(i). Commenting it out fixes the problem. ------------------------------------------------------------------------ [2012-03-04 15:33:18] ni...@php.net Just checked with gdb and it seems that this indeed only happens if the stack is resized. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at https://bugs.php.net/bug.php?id=61273 -- Edit this bug report at https://bugs.php.net/bug.php?id=61273&edit=1