[Bug 1029] SIGTERM and cleanup of wtmp files

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Thu May 5 20:30:36 EST 2005


http://bugzilla.mindrot.org/show_bug.cgi?id=1029





------- Additional Comments From dtucker at zip.com.au  2005-05-05 20:30 -------
Created an attachment (id=897)
 --> (http://bugzilla.mindrot.org/attachment.cgi?id=897&action=view)
cleanup with less code in signal handler

It's generally a bad idea to do too much in signal handlers since it's prone to
races.	(Some of the existing handlers break this rule, but we shouldn't add
any more, and should fix the existing ones if possible.)

Does the attached patch solve the problem?



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the openssh-bugs mailing list