]> git.ipfire.org Git - thirdparty/bind9.git/commit
Save the correct result value to resume with nxdomain-redirect
authorMark Andrews <marka@isc.org>
Mon, 9 Oct 2023 23:58:18 +0000 (10:58 +1100)
committerMichał Kępień <michal@isc.org>
Fri, 5 Jan 2024 11:10:22 +0000 (12:10 +0100)
commitc73262493658cb8623927ef6cc2f023501f7e809
treef41709c5b624bbc1d7ef22e61c3b8f8803f23f3f
parent770bb71ce7d934d2461a719af76bee3803145811
Save the correct result value to resume with nxdomain-redirect

The wrong result value was being saved for resumption with
nxdomain-redirect when performing the fetch.  This lead to an assert
when checking that RFC 1918 reverse queries where not leaking to
the global internet.

(cherry picked from commit 9d0fa07c5e7a39db89862a4f843d2190059afb4b)
lib/ns/query.c