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/utils ChangeLog.64bit kill.cc mkgro ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	cygwin-64bit-branch
Changes by:	corinna@sourceware.org	2013-03-22 13:55:08

Modified files:
	winsup/utils   : ChangeLog.64bit kill.cc mkgroup.c mkpasswd.c 

Log message:
	* kill.cc (main): Chack pid against INT_MIN and (U)INT_MAX since pid_t
	is 4 byte on all platforms.
	* mkgroup.c (main): Check domlist[i].id_offset against UINT_MAX since
	DWORD is 4 byte on all platforms.
	* mkpasswd.c (main): Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/ChangeLog.64bit.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.1.2.7&r2=1.1.2.8
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/kill.cc.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.31.2.2&r2=1.31.2.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/mkgroup.c.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.52.2.2&r2=1.52.2.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/utils/mkpasswd.c.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.60.2.2&r2=1.60.2.3


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