HardenedBSD/sys/rpc
Rick Macklem 4ba444de70 krpc: Ref cnt the client structures for TLS upcalls
A crash occurred during testing, where the client structures had
already been free'd when the upcall thread tried to lock them.

This patch acquires a reference count on both of the structures
and these are released when the upcall is done, so that the
structures cannot be free'd prematurely.  This happened because
the testing is done over a very slow vpn.

Found during a IETF bakeathon testing event this week.

MFC after:	5 days
2024-04-26 17:55:24 -07:00
..
rpcsec_gss sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
rpcsec_tls
auth_none.c
auth_unix.c
auth.h
authunix_prot.c
clnt_bck.c rpc: use new macros to lock socket buffers 2024-04-09 09:17:19 -07:00
clnt_dg.c rpc: use new macros to lock socket buffers 2024-04-09 09:17:19 -07:00
clnt_rc.c NFS: Request use of TCP_USE_DDP for in-kernel TCP sockets 2024-03-20 15:29:51 -07:00
clnt_stat.h
clnt_vc.c krpc: Ref cnt the client structures for TLS upcalls 2024-04-26 17:55:24 -07:00
clnt.h
getnetconfig.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
krpc.h
netconfig.h
nettype.h
pmap_prot.h
replay.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
replay.h
rpc_callmsg.c
rpc_com.h
rpc_generic.c sockets: don't malloc/free sockaddr memory on getpeername/getsockname 2023-11-30 08:31:10 -08:00
rpc_msg.h
rpc_prot.c
rpc.h
rpcb_clnt.c
rpcb_clnt.h
rpcb_prot.c
rpcb_prot.h
rpcm_subs.h
rpcsec_gss.h
rpcsec_tls.h
svc_auth_unix.c
svc_auth.c
svc_auth.h
svc_dg.c rpc: use new macros to lock socket buffers 2024-04-09 09:17:19 -07:00
svc_generic.c
svc_vc.c rpc: use new macros to lock socket buffers 2024-04-09 09:17:19 -07:00
svc.c NFS: Request use of TCP_USE_DDP for in-kernel TCP sockets 2024-03-20 15:29:51 -07:00
svc.h NFS: Request use of TCP_USE_DDP for in-kernel TCP sockets 2024-03-20 15:29:51 -07:00
types.h
xdr.h