]> 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>
Thu, 22 Feb 2024 11:00:47 +0000 (12:00 +0100)
commitbbbcaf8b2ec17d2cad28841ea86078168072ae2f
treec2bb255377c8da8c25f23dd086b7ca509cb0c280
parent98ab8c81cc7739dc220aa3f50efa3061774de8ba
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