bind9/lib
Ondřej Surý ee1f8b60c5 Simplify Address Sanitizer tweaks in mem.c
Previously, whole isc_mempool_get() and isc_mempool_set() would be
replaced by simpler version when run with address sanitizer.

Change the code to limit the fillcount to 1 and freemax to 0.  This
change will make isc_mempool_get() to always allocate and use a single
new item and isc_mempool_put() will always return the item to the
allocator.
2021-12-17 14:43:05 +01:00
..
bind9 Add server christmas tree test 2021-12-02 14:27:18 +01:00
dns Pass the digest buffer length to EVP_DigestSignFinal 2021-12-17 20:28:01 +11:00
irs Check parsed resconf values 2021-08-12 09:52:52 -07:00
isc Simplify Address Sanitizer tweaks in mem.c 2021-12-17 14:43:05 +01:00
isccc Pass the digest buffer length to EVP_DigestSignFinal 2021-12-17 20:28:01 +11:00
isccfg Drop cppcheck workarounds 2021-12-14 15:03:56 +01:00
ns remove ns_interface reference counting 2021-12-15 09:46:06 -08:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am move samples/resolve.c to bin/tests/system 2021-04-16 14:29:43 +02:00
unit-test-driver.sh.in Enforce a run time limit on unit test binaries 2021-04-07 11:41:45 +02:00