]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix code to generate the test signatues.
authorMark Andrews <marka@isc.org>
Fri, 21 Feb 2020 05:40:50 +0000 (21:40 -0800)
committerMark Andrews <marka@isc.org>
Fri, 21 Feb 2020 06:41:52 +0000 (17:41 +1100)
commit5bf41b8133e73065c3b90eb6e2b98322f46439d8
tree447b261a071c0f9a07b26ec9375fc833dc8cb12f
parent8a2c8852bcdf5f03eafbb229df476a2b405b3b6a
Fix code to generate the test signatues.

* ctx needs to be destroyed before it is regenerated.
* emit the name of the signature to be replaced.
* cleanup memory before asserting so post longjump doesn't detect a
  memory leak.
* comment code.

(cherry picked from commit 3a8c8a2a3199844bb16232e2f362f67d14181939)
lib/dns/tests/dst_test.c