diff packages/language/c/libc/stdio/current/ChangeLog @ 1167:ebabafdc2d94

* src/common/fclose.cxx (fclose): fclose would seg-fault if passed NULL FILE pointer. Now returns error. Also cleaned up some exit paths to call Cyg_libc_stdio_files::unlock() * src/common/fopen.cxx (fopen): Cleaned up some exit paths to call Cyg_libc_stdio_files::unlock()
author asl
date Mon, 18 Aug 2003 19:45:33 +0000
parents 2c741788379c
children 03e800409801
line wrap: on
line diff
--- a/packages/language/c/libc/stdio/current/ChangeLog
+++ b/packages/language/c/libc/stdio/current/ChangeLog
@@ -1,3 +1,12 @@
+2003-08-12  Scott Wilkinson <scott@alliantnetworks.com>
+	
+	* src/common/fclose.cxx (fclose): fclose would seg-fault if passed
+        NULL FILE pointer.  Now returns error.  Also cleaned up some exit
+        paths to call Cyg_libc_stdio_files::unlock()
+
+        * src/common/fopen.cxx (fopen): Cleaned up some exit paths to call
+        Cyg_libc_stdio_files::unlock()
+
 2003-06-10  Andrew Lunn  <andrew.lunn@ascom.ch>
 	    Knud Wöhler  <woehler@ossi.fho-emden.de>