]> git.ipfire.org Git - thirdparty/bind9.git/commit
Synchronze udp_ready() and tcp_connected() functions entry behavior
authorAram Sargsyan <aram@isc.org>
Tue, 29 Mar 2022 20:58:15 +0000 (20:58 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Fri, 1 Apr 2022 10:56:27 +0000 (10:56 +0000)
commit4477f718688b47cf46898c07fc56bcfdd254e074
tree92e5f4dc27a9eca85ce77b3a7fc96889cad321d3
parent3a5793ece2dead9722bb0ecf5f23aa00226178ec
Synchronze udp_ready() and tcp_connected() functions entry behavior

The `udp_ready()` and `tcp_connected()` functions in dighost.c are
used for similar purposes for UDP and TCP respectively.

Synchronize the `udp_ready()` function entry code to behave like
`tcp_connected()` by adding input validation, debug messages and
early exit code when `cancel_now` is `true`.
bin/dig/dighost.c