]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: nil: Fix parse_rr in lib/dns/skr.c was failing to reset the comments
authorMark Andrews <marka@isc.org>
Tue, 14 Oct 2025 06:46:05 +0000 (17:46 +1100)
committerMark Andrews <marka@isc.org>
Tue, 14 Oct 2025 06:46:05 +0000 (17:46 +1100)
commitd4527cb9e6a8dfedd400dabe03b93f25d925bf7b
tree4e528c034981eb797833001729d4f31ae21b46a6
parent9cacda470924315f4b50c6d2ee05efa6bf57195b
parente5ceda617dcc5ba1d26f20bd30d28a9cf0be3dcf
fix: nil: 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.

Closes #5564

Merge branch '5564-fix-bug-in-skr-c-parse_rr-on-error-path' into 'main'

See merge request isc-projects/bind9!11088