]> git.ipfire.org Git - thirdparty/bind9.git/commit
Implement proper reference counting in dns_validator
authorOndřej Surý <ondrej@isc.org>
Thu, 16 Feb 2023 13:37:55 +0000 (14:37 +0100)
committerOndřej Surý <ondrej@isc.org>
Fri, 17 Feb 2023 06:18:25 +0000 (07:18 +0100)
commit7da99414c080f8dca8d60c957f4fe1893f8bbdbd
tree5b53689ad545eb01c4200510d136ce29e161112c
parentb4715a34a07fa9db476a58c5530eeae6e0f3df56
Implement proper reference counting in dns_validator

use reference counting in dns_validator to prevent use after free.
lib/dns/include/dns/validator.h
lib/dns/resolver.c
lib/dns/validator.c