]> git.ipfire.org Git - thirdparty/bind9.git/commit
retain a minimal "methods" struct in the mctx
authorEvan Hunt <each@isc.org>
Thu, 4 Oct 2018 02:04:46 +0000 (19:04 -0700)
committerWitold Kręcicki <wpk@isc.org>
Thu, 18 Oct 2018 09:19:12 +0000 (09:19 +0000)
commit09f58ab63f4df33d6b5c3f7f7ea1ef3a027dfc22
tree4a195dcc239bcc1fa288cd4487554aa7a180c7dd
parent6f7c9623c572415101c88fb4bf708751b6cb5ad1
retain a minimal "methods" struct in the mctx

- this enables memory to be allocated and freed in dyndb modules
  when named is linked statically. when we standardize on libtool,
  this should become unnecessary.
- also, simplified the isc_mem_create/createx API by removing
  extra compatibility functions
lib/dns/dnstap.c
lib/dns/dst_api.c
lib/dns/geoip.c
lib/dns/name.c
lib/isc/include/isc/mem.h
lib/isc/mem.c
lib/isc/mem_p.h [new file with mode: 0644]
lib/isc/tests/ht_test.c
lib/isc/tests/mem_test.c
util/copyrights