]> git.ipfire.org Git - thirdparty/bind9.git/commit
Check that the message is non NULL in dns_dt_parse 12463/head
authorMark Andrews <marka@isc.org>
Tue, 28 Jul 2026 06:42:08 +0000 (16:42 +1000)
committerMark Andrews <marka@isc.org>
Mon, 3 Aug 2026 23:05:36 +0000 (09:05 +1000)
commita3eba266db772003ba2dada8baa8ce29a7d02eaa
tree079a972af2ae72cf17b2266e2698c799ca14060b
parent4976573897e54b229f3cee0d143d147f67f47948
Check that the message is non NULL in dns_dt_parse

It was possible to dereference a NULL pointer in dns_dt_parse
if it was reading a malformed DNSTAP file.  This would could
cause dnstap-read to exit.  This has been fixed.
lib/dns/dnstap.c