]> arthur.barton.de Git - ngircd.git/commitdiff
Fix recursion bug on write error
authormichi <michi+ngircd@dataswamp.org>
Tue, 14 Apr 2020 15:41:52 +0000 (17:41 +0200)
committerAlexander Barton <alex@barton.de>
Sun, 19 Apr 2020 22:20:46 +0000 (00:20 +0200)
Depending on the stack size, too many clients on the same channel
quitting at the same time would trigger a crash due to too many
recursive calls to Conn_Close().


No differences found