]> 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 21:59:00 +0000 (14:59 -0700)
commitb4e27a075acf6b1cf2ba00a7b99ee7663161e6be
tree75d8ebadc2765875ae3a67cd33353ef255dc3d1c
parent81085bbeca9dcd16d69017c15d1725c61e32f887
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.

(cherry picked from commit ae9a6befa802a10fb08fbe100ee96dd03ecb9787)
lib/isc/netmgr/tcp.c