]> 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:43:01 +0000 (17:43 +1100)
commit5aa1222cdf62639af0b069bb76ae2558a29fe7cb
tree1985f92cb88a7f8909ef60bd5273119ccc4e1d36
parentbfdd7048896aaa023fb0be3a17fd82598a0c730e
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