]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: usr: Fix NULL Pointer Dereference in QP-trie Cache add()
authorOndřej Surý <ondrej@isc.org>
Mon, 9 Feb 2026 10:05:20 +0000 (11:05 +0100)
committerOndřej Surý <ondrej@isc.org>
Mon, 9 Feb 2026 10:05:20 +0000 (11:05 +0100)
When RRSIG(rdtype) was independently cached before the RDATA for the
rdtype itself, named would crash on the subsequent query for the RDATA
itself.  This has been fixed.

ISC would like to thank Vitaly Simonovich for bringing this
vulnerability to our attention.

Closes #5738

Merge branch '5738-null-pointer-dereference-in-qpcache-add' into 'main'

See merge request isc-projects/bind9!11539


Trivial merge