]> git.ipfire.org Git - thirdparty/bind9.git/commit
prevent a possible validator deadlock
authorEvan Hunt <each@isc.org>
Mon, 29 Nov 2021 21:38:56 +0000 (13:38 -0800)
committerEvan Hunt <each@isc.org>
Wed, 8 Dec 2021 18:56:25 +0000 (10:56 -0800)
commit56ae95e79e962cf2681032d760047f95dae0db44
tree19cdad3ce8931f53f28a10d07ebf4de67b8f245b
parentea0b5dbd5de1805f32a8199d596c26fbd5c9eebb
prevent a possible validator deadlock

When processing a CNAME response, a validator could initiate a
query that matches the one waiting on the validator.
lib/dns/include/dns/validator.h
lib/dns/resolver.c
lib/dns/validator.c