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:
5
bin/tests/system/checkconf/bad-rpz-zone.conf
Normal file
5
bin/tests/system/checkconf/bad-rpz-zone.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
options {
|
||||
response-policy {
|
||||
zone "nonexistent";
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user