From: Date: Thu, 1 Jul 2004 00:32:13 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.0~97 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d24e005477e835fb215c404de69411e1f9994351;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 49f5ecc72c..59a3fbcf66 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,45 @@ +2004-06-30 Frank M. Kromann + + * 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 + + * (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 + + * 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 + + * (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 * (PHP_4_3)