[sudo-cvs] CVS commit: sudo

Todd C. Miller Todd.Miller at courtesan.com
Fri Jan 18 17:32:53 EST 2008


Module Name:	sudo
Committed By:	millert
Date:		Fri Jan 18 22:32:52 UTC 2008

Modified Files:
	sudo: pwutil.c

Log Message:
When copying gr_mem we must guarantee that the storage space for
gr_mem is properly aligned.  The simplest way to do this is to
simply store gr_mem directly after struct group.  This is not a
problem for gr_passwd or gr_name as they are simple strings.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 sudo/pwutil.c




More information about the sudo-commits mailing list