This is the mail archive of the ecos-cvs@sources.redhat.com mailing list for the ecos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

ecos/packages/language/c/libc/stdio/current Ch ...


CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2003-08-18 19:45:33

Modified files:
	packages/language/c/libc/stdio/current: ChangeLog 
	packages/language/c/libc/stdio/current/src/common: fclose.cxx 
	                                                   fopen.cxx 

Log message:
	* 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()


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]