]> 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:45:47 +0000 (17:45 +1100)
commit22422a2f5db6f1c07820be31c0c8336e6cbf264e
tree8282c5ace9df60fdd2d6888c238efc283d714986
parent67451d55024f4366bcf65ff9cb278d28c1f24229
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