K 10 svn:author V 6 alfred K 8 svn:date V 27 2000-08-23T23:36:32.000000Z K 7 svn:log V 264 the code assumes that getgroups() always returns NGROUPS groups, however that is not true. Instead of looping NGROUPS times, get the return value from getgroups() and loop over the return that many times. Noticed by: David A. Holland END