]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix assignment vs comparison typo in tcp_connected()
authorOndřej Surý <ondrej@isc.org>
Mon, 19 Dec 2022 17:17:46 +0000 (18:17 +0100)
committerOndřej Surý <ondrej@isc.org>
Wed, 21 Dec 2022 12:41:15 +0000 (12:41 +0000)
commit3f4970da1a915d3ba83830abf5e4bf6e576a3cbc
treeb85cbc0e3760ea95259141d7c5ed631cf1149c48
parentb714033731027e78e3140e398b0fd3fec536f270
Fix assignment vs comparison typo in tcp_connected()

In tcp_connected() a typo has turned a DbC check into an assignment
breaking the state machine and making the dns_dispatch_gettcp() try to
attach to dispatch in process of destruction.
lib/dns/dispatch.c