]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 1 Jul 2004 00:32:13 +0000 (00:32 +0000)
committer <changelog@php.net> <>
Thu, 1 Jul 2004 00:32:13 +0000 (00:32 +0000)
ChangeLog

index 49f5ecc72c4d3734af7a6b6ae5319f5b43531542..59a3fbcf66709de1c9e83b682d01abf428592d03 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,45 @@
+2004-06-30  Frank M. Kromann  <frank@kromann.info>
+
+    * NEWS
+      NEWS:
+      Fix for #28512. news entry
+
+    * (PHP_4_3)
+      ext/mssql/php_mssql.c:
+      MFH: Fix for #28512. Allocate enough space to store data
+
+    * ext/mssql/php_mssql.c:
+      Fix for #28512. Allocate enough space to store data
+
+2004-06-30  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_4_3)
+      ext/msession/msession.c:
+      MFH: Another instance where alloca() is not needed.
+
+    * ext/msession/msession.c:
+      Another instance where alloca() is not needed.
+
+2004-06-30  Ard Biesheuvel  <a.k.biesheuvel@ewi.tudelft.nl>
+
+    * ext/interbase/interbase.c:
+      Fixed Ilia's alloca() issue/exploit
+      Removed pointless RINIT()
+      Use macros for consistent resource type names
+
+2004-06-30  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_4_3)
+      ext/pcntl/pcntl.c
+      ext/session/mod_mm.c
+      ext/wddx/wddx.c:
+      MFH: Do not use alloca() where it can be abused through user input.
+
+    * ext/pcntl/pcntl.c
+      ext/session/mod_mm.c
+      ext/wddx/wddx.c:
+      Do not use alloca() where it can be abused through user input.
+
 2004-06-29  Wez Furlong  <wez.php@thebrainroom.net>
 
     * (PHP_4_3)