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]

winsup/cygwin ChangeLog pipe.cc child_info.h s ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2011-11-23 21:58:43

Modified files:
	cygwin         : ChangeLog pipe.cc child_info.h sigproc.cc 
	                 spawn.cc 

Log message:
	* pipe.cc (fhandler_pipe::create): Avoid derefencing a NULL pointer.
	* child_info.h (child_info): Reorganize some elements so that the ones which
	are initialized in a constructor are all together.
	* sigproc.cc (child_info::child_info): Initialize values via the constructor
	rather than as C statements and make sure that flags is set to zero initially.
	* spawn.cc (child_info_spawn::worker): Use iscygwin() test for determining when
	to send strace info since it is more foolproof than checking the suspend state.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.5564&r2=1.5565
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/pipe.cc.diff?cvsroot=uberbaum&r1=1.136&r2=1.137
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/child_info.h.diff?cvsroot=uberbaum&r1=1.83&r2=1.84
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/sigproc.cc.diff?cvsroot=uberbaum&r1=1.359&r2=1.360
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/spawn.cc.diff?cvsroot=uberbaum&r1=1.312&r2=1.313


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