]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix another message parsing regression
authorEvan Hunt <each@isc.org>
Mon, 29 Jan 2024 20:26:00 +0000 (12:26 -0800)
committerMichał Kępień <michal@isc.org>
Wed, 31 Jan 2024 15:04:59 +0000 (16:04 +0100)
commitf397ff5bb81413004fa6367f63a833fe70a3ac59
tree086e29f6015740274a96b2d291860f607a1f0388
parent0bbb0065e63c3231b320bd20d1121aed6c4d00d8
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