Synopsis: Fixes race in SIGPIPE and SIGURG handling.
NetBSD versions: 1.0, 1.1, 1.2, and 1.2B upto 19970123.
Thanks to: David Greenman, FreeBSD Project; AUSCERT.
Reported in AUSCERT Advisory: AA-97.03
***************
*** 1390,1395 ****
--- 1390,1400 ----
dologout(status)
int status;
{
+ /*
+ * Prevent reception of SIGURG from resulting in a resumption
+ * back to the main program loop.
+ */
+ transflag = 0;