mirror of
https://github.com/opnsense/src.git
synced 2026-03-15 15:12:37 -04:00
SVCXPTR structure returned by them, it was possible for the structure to be free'd before svc_reg() had been completed using the structure. This patch acquires a reference count on the newly created structure that is returned by svc_[dg|vc|tli|tp]_create(). It also adds the appropriate SVC_RELEASE() calls to the callers, except the experimental nfs subsystem. The latter will be committed separately. Submitted by: dfr Tested by: pho Approved by: kib (mentor) |
||
|---|---|---|
| .. | ||
| nfs.h | ||
| nfs_fha.c | ||
| nfs_fha.h | ||
| nfs_serv.c | ||
| nfs_srvcache.c | ||
| nfs_srvkrpc.c | ||
| nfs_srvsock.c | ||
| nfs_srvsubs.c | ||
| nfs_syscalls.c | ||
| nfsm_subs.h | ||
| nfsrvcache.h | ||
| nfsrvstats.h | ||