]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix parse_rr in lib/dns/skr.c was failing to reset the comments
authorMark Andrews <marka@isc.org>
Tue, 14 Oct 2025 00:26:45 +0000 (11:26 +1100)
committerMark Andrews <marka@isc.org>
Tue, 14 Oct 2025 00:26:45 +0000 (11:26 +1100)
commite5ceda617dcc5ba1d26f20bd30d28a9cf0be3dcf
tree4e528c034981eb797833001729d4f31ae21b46a6
parent9cacda470924315f4b50c6d2ee05efa6bf57195b
Fix parse_rr in lib/dns/skr.c was failing to reset the comments

If dns_name_fromtext failed or the subsequent dns_name_compare
failed the lexer's comments state wasn't cleaned up.
lib/dns/skr.c