]> granicus.if.org Git - php/commitdiff
- Adding an entry about mcrypt bugs
authorDerick Rethans <derick@php.net>
Sat, 19 May 2001 10:42:16 +0000 (10:42 +0000)
committerDerick Rethans <derick@php.net>
Sat, 19 May 2001 10:42:16 +0000 (10:42 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 6d734bc458e0963d91471a55127bde23d252c955..6d05e07496f976851b5288c3c537e713db767939 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -33,6 +33,9 @@ PHP 4.0                                                                    NEWS
 
 ?? ??? 200?, Version 4.0.6
 - Fixed readfile/passthru losing resources during connection abort (Sascha)
+- Fixed bug in the mcrypt extension that caused segfaults when using a key
+  that is too large for the used algorithm, and a bug that caused
+  mcrypt_generic() to segfault PHP (Derick)
 - Fixed race in writing session files. (Sascha)
 - Fixed a possible crash in the PHP CGI when no input file is
   specified. (Zeev)