]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.16] chg: test: Use new images with TSAN-enabled libraries
authorOndřej Surý <ondrej@isc.org>
Wed, 7 Aug 2024 16:02:51 +0000 (16:02 +0000)
committerOndřej Surý <ondrej@isc.org>
Wed, 7 Aug 2024 16:02:51 +0000 (16:02 +0000)
commit39ee669f7e2b973cd595c55203918e9e89925b0c
treef1ea80dfe9ae463a47b5946e2ba0cb0fc59f7c77
parent17e6a3e33401372e1e57ad41d3903d0d4c4d9ede
parentbdb4f575492938215213d749b81610c7735d9063
[9.16] 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.

Backport of MR !9264

Merge branch 'backport-ondrej/test-new-tsan-images-9.16' into 'bind-9.16'

See merge request isc-projects/bind9!9280