]> arthur.barton.de Git - ngircd-alex.git/commit
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)
commit04de1423eb26da60c192d343a7e7a6bcda2aca37
treede8b39f00458c8915e4c21e10f18e9eb9d2c05d7
parent13b8324c4a6f46e18e58883630808bc8c4ed9e80
Fix recursion bug on write error

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().
src/ngircd/conn.c