]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: test: Use new images with TSAN-enabled libraries
authorOndřej Surý <ondrej@isc.org>
Wed, 7 Aug 2024 14:28:13 +0000 (14:28 +0000)
committerOndřej Surý <ondrej@isc.org>
Wed, 7 Aug 2024 14:28:13 +0000 (14:28 +0000)
commitab2abfc8b08c8aa276a17e2cebe511fabeadebf9
tree9d88af68811dd4b6b76831a4686f3b752cba941f
parent1d1bc3a1485407fa2ae5e4d7bccc93d83217a47a
parented766efc15da8b1ca3c597b5b53ab7e2bd331e85
chg: test: Use new images with TSAN-enabled libraries

The new Fedora 40 TSAN images use libuv, urcu and OpenSSL libraries compiled with ThreadSanitizer.  This (in theory) should enable better detection of memory races in those (most important) libraries.

Merge branch 'ondrej/test-new-tsan-images' into 'main'

See merge request isc-projects/bind9!9264