]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix another message parsing regression
authorAram Sargsyan <aram@isc.org>
Fri, 19 Jan 2024 14:26:17 +0000 (14:26 +0000)
committerMichał Kępień <michal@isc.org>
Thu, 1 Feb 2024 20:24:26 +0000 (21:24 +0100)
commitcf34bccf4c0e75220edd9f5891aa25444fe6763f
tree752e2cba9761da9d186e74d585e6a2509deb5cee
parent6d70ccd1289a747745f859d3255fda423fa297fa
fix another message parsing regression

The fix for CVE-2023-4408 introduced a regression in the message
parser, which could cause a crash if an rdata type that can only
occur in the question was found in another section.

(cherry picked from commit 510f1de8a6add516b842a55750366944701d3d9a)
lib/dns/message.c