]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix a message parsing regression
authorEvan Hunt <each@isc.org>
Tue, 16 Jan 2024 23:58:53 +0000 (15:58 -0800)
committerMichał Kępień <michal@isc.org>
Wed, 31 Jan 2024 14:52:46 +0000 (15:52 +0100)
commit4c19d35614f8cd80d8748156a5bad361e19abc28
tree6afec308f3548019ebd5123b54fe1092e9ee4757
parentaca85323d604f036a8285d9f7289424665422ad4
fix a message parsing regression

the fix for CVE-2023-4408 introduced a regression in the message
parser, which could cause a crash if duplicate rdatasets were found
in the question section. this commit ensures that rdatasets are
correctly disassociated and freed when this occurs.
lib/dns/message.c