]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix crash when allocating UDP socket fails on OpenBSD
authorOndřej Surý <ondrej@sury.org>
Wed, 5 May 2021 19:21:02 +0000 (21:21 +0200)
committerEvan Hunt <each@isc.org>
Fri, 7 May 2021 21:28:30 +0000 (14:28 -0700)
commit29a208aaf7998ea337ce5586c516bf9d0735d2b2
treeb37f26c0a1198c42f308085071d5b94a48e4bea0
parent0b491913df7512adc604fe5c620558f6775a6215
Fix crash when allocating UDP socket fails on OpenBSD

When socket() call fails, the UDP connect code would call the connectcb
with empty req->handle.  This has been fixed.
lib/isc/netmgr/udp.c