On Fri, 28 Feb 2020 20:07:47 +
Tony Finch wrote:
> Shaun via bind-users wrote:
> >
> > The 9.16.0 version of delv seems to have trouble reading the root trust
> > anchor from the bind.keys file.
>
> I see this too. The bug is that dns_client_addtrustedkey() has a buffer
> for parsing DNSKEY
Shaun via bind-users wrote:
>
> The 9.16.0 version of delv seems to have trouble reading the root trust
> anchor from the bind.keys file.
I see this too. The bug is that dns_client_addtrustedkey() has a buffer
for parsing DNSKEY or DS records, but it's only big enough for DS.
diff --git lib/dns/
Hi,
The 9.16.0 version of delv seems to have trouble reading the root trust
anchor from the bind.keys file. I'm seeing this in multiple environments,
CentOS 6.10 and FreeBSD 11.3:
[user@host ~]$ delv -v
delv 9.16.0
[user@host ~]$ delv isc.org
;; /etc/bind.keys:31: failed to add trusted key '.': r
>From Oct 2019 to Jan 2020 our RedHat RHEL6 BIND DNS servers had a memory
leak and the named process had to be restarted weekly or so. Vendor
updates caused and later fixed the problem. I do not think that the BIND
version changed when it got fixed, so I think it must have been some
library.
--
4 matches
Mail list logo