]> git.ipfire.org Git - thirdparty/bind9.git/commit
check return value from uv_tcp_getpeername() when connecting
authorEvan Hunt <each@isc.org>
Thu, 29 Oct 2020 22:42:09 +0000 (15:42 -0700)
committerOndřej Surý <ondrej@isc.org>
Fri, 30 Oct 2020 10:11:54 +0000 (11:11 +0100)
commit8fcad58ea6b8a2b247e4c894ef3d49778dd07b54
treed266f2c4df43678ded953a4e2d0227b37020ccc6
parent14f54d13dc958b8936ee8b174f33d01146136471
check return value from uv_tcp_getpeername() when connecting

if we can't determine the peer, the connect should fail.
lib/isc/netmgr/tcp.c