freebsd-dev/usr.sbin/ypbind
Bill Paul 341460c3b5 Correct two bugs:
- If a child receives a SIGTERM, it will call the terminate() function
  and end up doing the shutdown procedurs that should really only be
  done by the parent. Set the SIGTERM behavior back to SIG_DLT in the
  child after fork()ing.

- If the parent fails to read data back from the child because the
  child has exited, it will call rpc_received() with bogus tdata that
  can cause the parent to SEGV. Make handle_children() detect this
  condition correctly and handle it sanely.

*sigh* Another 2.2 candidate.
1997-01-11 17:16:18 +00:00
..
Makefile
ypbind.8 delete doubled words, e.g.: "the the" -> "the" 1996-10-05 22:27:30 +00:00
ypbind.c Correct two bugs: 1997-01-11 17:16:18 +00:00