]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: usr: Fix NULL pointer dereference in dnstap-read
authorMark Andrews <marka@isc.org>
Mon, 3 Aug 2026 23:38:29 +0000 (09:38 +1000)
committerMark Andrews <marka@isc.org>
Mon, 3 Aug 2026 23:38:29 +0000 (09:38 +1000)
It was possible to dereference a NULL pointer in dnstap-read
causing it to exit on a malformed DNSTAP file.  This has been
fixed.

Closes #6124

Merge branch '6124-dnstap-parse-missing-message-null-deref-md' into 'main'

See merge request isc-projects/bind9!12463


Trivial merge