]> 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:01:02 +0000 (16:01 +0200)
commitf3d3703fe38d8dee6bd86349a8fb8b30749d8b49
tree786be355c1d22421b05f29fb3f65eebac36d8237
parent2fbadaeec617a5ac7b33eabfeb1eb95a1c1711c9
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 a85cc641d7a4c66cbde03cc4e31edc038a24df46)
(cherry picked from commit 486a201149ab7523e3b3089fc84f20d7f1a07a24)
lib/ns/query.c