bind9/lib
Ondřej Surý 41a0ee1071
Add workaround for jemalloc linking order
Because we don't use jemalloc functions directly, but only via the
libisc library, the dynamic linker might pull the jemalloc library
too late when memory has been already allocated via standard libc
allocator.

Add a workaround round isc_mem_create() that makes the dynamic linker
to pull jemalloc earlier than libc.
2024-01-18 09:34:36 +01:00
..
dns Integrate TLS cipher suites support into BIND 2024-01-12 13:27:59 +02:00
isc Add workaround for jemalloc linking order 2024-01-18 09:34:36 +01:00
isccc Defer control channel message invalidation 2024-01-10 15:48:25 +01:00
isccfg Add TLS cipher suites configuration option to BIND 2024-01-12 13:27:59 +02:00
ns Fix flawed logic when detecting same listener type 2024-01-12 17:59:53 +02:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am Move irs_resconf into libdns and remove libirs 2023-02-24 09:38:59 +00:00