]> git.ipfire.org Git - thirdparty/bind9.git/commit
Don't pass edectx from fetch_and_forget
authorOndřej Surý <ondrej@isc.org>
Wed, 2 Apr 2025 15:38:31 +0000 (17:38 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 2 Apr 2025 16:42:23 +0000 (16:42 +0000)
commit01a579d126fcf09eb85f45ae19e30cb6ed846e19
tree0ffba7b258eec6b462855ed9d2f0bf9dc15f880a
parent17d4d178b97870313995873e946450bd15b32134
Don't pass edectx from fetch_and_forget

Pass NULL as edectx for the fetch_and_forget() fetches as nobody
is reading the EDE contexts and it can mess the main client buffer.

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