dmitry Thu Feb 1 15:12:07 2007 UTC
Modified files:
/ZendEngine2 zend_alloc.c
Log:
Enable canary protection in DEBUG mode only.
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_alloc.c?r1=1.189&r2=1.190&diff_format=u
Index: ZendEngine2/zend_alloc.c
diff -u ZendEngine2/zend_alloc.c:1.189 ZendEngine2/zend_alloc.c:1.190
--- ZendEngine2/zend_alloc.c:1.189 Tue Jan 9 15:29:29 2007
+++ ZendEngine2/zend_alloc.c Thu Feb 1 15:12:07 2007
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: zend_alloc.c,v 1.189 2007/01/09 15:29:29 dmitry Exp $ */
+/* $Id: zend_alloc.c,v 1.190 2007/02/01 15:12:07 dmitry Exp $ */
#include "zend.h"
#include "zend_alloc.h"
@@ -47,7 +47,7 @@
#endif
#ifndef ZEND_MM_COOKIES
-# define ZEND_MM_COOKIES 1
+# define ZEND_MM_COOKIES ZEND_DEBUG
#endif
#if ZEND_DEBUG
--
Zend Engine CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|