Module Name: src Committed By: martin Date: Tue Apr 26 19:58:13 UTC 2011
Modified Files:
src/sys/kern: kern_prot.c
Log Message:
Stupidly (but standards commpliant) the gidsetsize argument of the
getgroups() syscall is "int" - i.e. signed.
Explicitly check for negative values and make them fail.
To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 src/sys/kern/kern_prot.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
