This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin 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]

src/winsup/cygwin ChangeLog cygheap.h dcrt0.cc ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	cgf@sourceware.org	2003-09-05 01:55:01

Modified files:
	winsup/cygwin  : ChangeLog cygheap.h dcrt0.cc 
	                 fhandler_console.cc fhandler_raw.cc pinfo.cc 

Log message:
	* dcrt0.cc (__argc_safe): New variable.
	(dll_crt0_1): Store argc in __argc_safe, which will theoretically remain
	untouched by the user.
	* fhandler_console.cc (fhandler_console::read): Silence some compiler warnings.
	* fhandler_raw.cc (fhandler_dev_raw::raw_read): Ditto.
	* pinfo.cc (_pinfo::commune_recv): Carefully bound argv scan and check for
	potentially bad pointers since user could have set argv cell to anythinw.
	* cygheap.h (CYGHEAPSIZE): Bump up size.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.2038&r2=1.2039
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygheap.h.diff?cvsroot=src&r1=1.62&r2=1.63
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dcrt0.cc.diff?cvsroot=src&r1=1.177&r2=1.178
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_console.cc.diff?cvsroot=src&r1=1.111&r2=1.112
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_raw.cc.diff?cvsroot=src&r1=1.32&r2=1.33
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/pinfo.cc.diff?cvsroot=src&r1=1.82&r2=1.83


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