NetBSD/usr.sbin/rpc.statd
bouyer 3cce18ce83 We can't call db->put() with key or data pointing back to db(3)'s memory
space, or the database will be corrupted (noticed when the database is
updated in reset_host()). Change change_host() to copy hostname and HostInfo
to local storage before calling db->put().
Change notify_one() to use change_host() instead of calling db->put()
directly.
2005-11-27 16:03:20 +00:00
..
Makefile
rpc.statd.8
stat_proc.c When forking, we keep a reference to the status db file, and if the 2005-11-03 19:36:42 +00:00
statd.c We can't call db->put() with key or data pointing back to db(3)'s memory 2005-11-27 16:03:20 +00:00
statd.h
test.c