https://bugzilla.mindrot.org/show_bug.cgi?id=3894
Damien Miller <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Damien Miller <[email protected]> --- The garbage collector is there to make it easier to facilitate cleanup activities, some of which run asynchronously, and to avoid modifying the connects of the channels array while it's being worked on, e.g. in channel_handler(). -- 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
