[Bug 3598] Dead lock of sshd and Defunct of sshd
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Fri Aug 4 10:03:06 AEST 2023
https://bugzilla.mindrot.org/show_bug.cgi?id=3598
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |djm at mindrot.org
--- Comment #3 from Damien Miller <djm at mindrot.org> ---
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.
More information about the openssh-bugs
mailing list