mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-22 10:30:14 -04:00
This bug was masked in the tests because the `catz` test script did an `rndc addzone` before an `rndc delzone`. The `addzone` autovivified the NZF config, so `delzone` worked OK. This commit swaps the order of two sections of the `catz` test script so that it uses `delzone` before `addzone`, which provokes a crash when `delzone` requires a non-NULL NZF config. To fix the crash, we now try to remove the zone from the NZF config only if it was dynamically added but not by a catalog zone. |
||
|---|---|---|
| .. | ||
| startperf | ||
| system | ||
| testdata/wire | ||
| .gitignore | ||
| convert-trs-to-junit.py | ||
| Makefile.am | ||
| test_client.c | ||
| test_server.c | ||
| wire_test.c | ||