]> git.ipfire.org Git - thirdparty/bind9.git/commit
Shutdown all active TCP connections on error
authorOndřej Surý <ondrej@sury.org>
Fri, 26 Nov 2021 08:14:58 +0000 (09:14 +0100)
committerEvan Hunt <each@isc.org>
Wed, 1 Dec 2021 19:45:55 +0000 (11:45 -0800)
commit9230473324827311beabfc7d80c06f3f9697b45a
tree0f2da4dd81c6226c20bfdc43954608abc285485a
parent081e18edc80f7d3f40d230f53755c8f39bc884b1
Shutdown all active TCP connections on error

When outgoing TCP connection was prematurely terminated (f.e. with
connection reset), the dispatch code would not cleanup the resources
used by such connection leading to dangling dns_dispentry_t entries.
lib/dns/dispatch.c