mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 16:48:36 -05:00
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(). |
||
|---|---|---|
| .. | ||
| kern.c | ||
| lock_proc.c | ||
| lockd.c | ||
| lockd.h | ||
| lockd_lock.c | ||
| lockd_lock.h | ||
| Makefile | ||
| rpc.lockd.8 | ||
| test.c | ||