Searched hist:152549 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/usr.sbin/rpc.lockd/
H A Dkern.cdiff 152549 Thu Nov 17 10:19:19 MST 2005 harti When a user is in more than 16 groups the call to authunix_create() will
result in abort() beeing called. This is because there is a limit of
the number of groups in the RPC which is 16. When the actual number of
groups is too large it results in xdr_array() returning an error which,
in turn, authunix_create() handles by just calling abort().

Fix this by passing only the first 16 groups to authunix_create().

Completed in 103 milliseconds