]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix nxdomain-redirect assertion failure
authorMatthijs Mekking <matthijs@isc.org>
Tue, 26 Feb 2019 14:55:29 +0000 (15:55 +0100)
committerOndřej Surý <ondrej@sury.org>
Thu, 25 Apr 2019 14:15:39 +0000 (16:15 +0200)
commit5f6bc840cc5fce61a2300201cddc11dce26faa16
tree385a6b9d32b2b3076d7b121b13596f939e850464
parent844d83c358ee8c2d5a4e33e0772843df8f38f62c
Fix nxdomain-redirect assertion failure

- Always set is_zonep in query_getdb; previously it was only set if
  result was ISC_R_SUCCESS or ISC_R_NOTFOUND.
- Don't reset is_zone for redirect.
- Style cleanup.

(cherry picked from commit 3352270bdbbb39b167072aa282c6b310ffd96a7d)
(cherry picked from commit e2500c60a0a764f35116e57b8d22f3109e97f75b)
(cherry picked from commit 4f00c86ece0ee0f46bd1aff4e531459dd6307f6d)
lib/ns/query.c