4539. [bug] Referencing a nonexistant zone with rpz could lead

to a assertion failure when configuring. [RT #43787]

(cherry picked from commit 762c4fc5a8)
This commit is contained in:
Mark Andrews
2016-12-27 08:59:07 +11:00
parent 458e816ed0
commit 23ac7e6634
7 changed files with 98 additions and 52 deletions

View File

@@ -0,0 +1,5 @@
options {
response-policy {
zone "nonexistent";
};
};