[Bug 3598] Dead lock of sshd and Defunct of sshd
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Mon Aug 7 16:47:50 AEST 2023
https://bugzilla.mindrot.org/show_bug.cgi?id=3598
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #3714|ok?(dtucker at dtucker.net) |
Flags| |
--- Comment #9 from Damien Miller <djm at mindrot.org> ---
Comment on attachment 3714
--> https://bugzilla.mindrot.org/attachment.cgi?id=3714
Fixed diff
actually, this diff has a big problem too: because it tracks all child
processes in the same structure, and because the tracking logic is
incorrect, it limits the _total_ number of concurrent sessions to
MaxSessions and not just the number of _authenticating_ sessions :(
--
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