From 4baade098ff1ec8bd32c7336f845aac57a5eb335 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Fri, 11 Aug 2006 13:04:14 +0000 Subject: [PATCH] - Fixed a memory corruption error with an invalid foreach() call. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 9945cc3d3c..e68da52b8e 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,8 @@ PHP 4 NEWS - Fixed overflow on 64bit systems in str_repeat() and wordwrap(). (Stefan E.) - Disabled CURLOPT_FOLLOWLOCATION in curl when open_basedir or safe_mode are enabled. (Stefan E.) +- Fixed a memory corruption error with an invalid foreach() call. (Stefan E., + Dmitry, Derick) - Fixed bug #38377 (session_destroy() gives warning after session_regenerate_id()). (Ilia) - Fixed bug #38322 (reading past array in sscanf() leads to arbitary code -- 2.40.0