php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #52678
Patch zend_execute.h.patch revision 2010-08-26 14:20 UTC by andrzej dot pruszynski at autodesk dot com

Patch zend_execute.h.patch for Reproducible crash Bug #52678

Patch version 2010-08-26 14:20 UTC

Return to Bug #52678 | Download this patch
Patch Revisions:

Developer: andrzej.pruszynski@autodesk.com

--- zend_execute.old.h  Thu Aug 26 07:12:43 2010
+++ zend_execute.h      Thu Aug 26 07:09:48 2010
@@ -314,8 +314,8 @@

         while (--delete_count>=0) {
                 zval *q = *(zval **)(--p);
-                *p = NULL;
                 zval_ptr_dtor(&q);
+                *p = NULL;
         }

        zend_vm_stack_free_int(p TSRMLS_CC);
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 01 01:01:30 2024 UTC