bind9/tests/libtest
Ondřej Surý f82f4d1d77
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.

(cherry picked from commit 41a0ee1071)
2024-01-18 10:40:46 +01:00
..
dns.c Add workaround for jemalloc linking order 2024-01-18 10:40:46 +01:00
isc.c Stop the unit tests from running twice 2022-05-31 12:06:00 +02:00
Makefile.am Don't list libtest.la headers in HEADERS variable 2022-06-01 17:45:34 +02:00
ns.c Adjust message buffer sizes in test code 2023-11-16 12:22:08 +11:00