NetBSD/usr.sbin/rpc.lockd
bouyer d6242d4312 We can't keep a reference to the value returned by svc_getrpccaller().
Instead malloc() some memory and copy the sockaddr returned there.
Fix a bug where after a blocked lock gets granted, the grant message would
be sent to the wrong machine (or possibly to a completely bogus address).

While there, add a NULL check for the return value of another malloc().
2003-06-19 11:13:06 +00:00
..
Makefile Use <bsd.rpc.mk> 2003-01-05 19:24:06 +00:00
lock_proc.c
lockd.c
lockd.h
lockd_lock.c We can't keep a reference to the value returned by svc_getrpccaller(). 2003-06-19 11:13:06 +00:00
lockd_lock.h
rpc.lockd.8
test.c