https://bugzilla.mindrot.org/show_bug.cgi?id=3598
Damien Miller <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Damien Miller <[email protected]> --- IMO the problem is fundamentally that we're doing operations in a signal handler that are unsafe on some platforms. We should probably make sigdie() a noop anywhere snprintf()+syslog() are not guaranteed to be safe, which AFAIK is everything other than OpenBSD. -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
