]> granicus.if.org Git - php/commitdiff
NEWS update for file-function segfault fix.
authorTorben Wilson <torben@php.net>
Mon, 21 Aug 2000 19:45:26 +0000 (19:45 +0000)
committerTorben Wilson <torben@php.net>
Mon, 21 Aug 2000 19:45:26 +0000 (19:45 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 0f08a69d816003eeb3651f3f3f3945aa2e91aab4..eb7234f7c9b9e2e3f60388d95b2cfbaeec3c858e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,9 @@
 PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
-?? ??? 2000, Version 4.0.2
+?? ??? 2000, Version 4.0.2 
+- Fixed segfault with fgets(), fgetcsv(), fgetss(), and fread() when
+  called with negative length argument. (Torben)
 - Fix by-reference parameters passing for xml_ functions and for scanf functions (Stas)
 - Added experimental Oracle LDAP SDK support. 8.1.6 or later needed. Configure
   with something like --with-ldap=/usr/local/oracle/product/8.1.6 (Stig Venaas)