mirror of
https://github.com/opnsense/src.git
synced 2026-03-17 16:14:58 -04:00
- 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. |
||
|---|---|---|
| .. | ||
| Makefile | ||
| ypbind.8 | ||
| ypbind.c | ||