src/newlib ChangeLog libc/stdio/tmpfile.c libc ...

ericb@sourceware.org ericb@sourceware.org
Wed May 16 20:06:00 GMT 2007


CVSROOT:	/cvs/src
Module name:	src
Changes by:	ericb@sourceware.org	2007-05-16 20:06:08

Modified files:
	newlib         : ChangeLog 
	newlib/libc/stdio: tmpfile.c 
	newlib/libc/stdio64: tmpfile64.c 

Log message:
	Close security hole in tmpfile.
	* libc/stdio/tmpfile.c (_tmpfile_r): Avoid window between filename
	generation and opening the fd.
	* libc/stdio64/tmpfile64.c (_tmpfile64_r): Likewise.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.1028&r2=1.1029
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/stdio/tmpfile.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/stdio64/tmpfile64.c.diff?cvsroot=src&r1=1.3&r2=1.4



More information about the Newlib-cvs mailing list