]> git.ipfire.org Git - thirdparty/bind9.git/commit
Don't crash if isc_uv_export returns an error in accept_connection.
authorWitold Kręcicki <wpk@isc.org>
Tue, 20 Oct 2020 10:55:58 +0000 (12:55 +0200)
committerEvan Hunt <each@isc.org>
Thu, 22 Oct 2020 18:37:16 +0000 (11:37 -0700)
commitae9a6befa802a10fb08fbe100ee96dd03ecb9787
treed5f584adb18262b9aee7723056d4e5fe09905373
parentafca2e3b2198eb43a97fe6edb3c5a46915389e09
Don't crash if isc_uv_export returns an error in accept_connection.

isc_uv_export can return an error - e.g. EMFILE (from dup), handle this
nicely.
lib/isc/netmgr/tcp.c