]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.18] chg: test: Use new images with TSAN-enabled libraries
authorOndřej Surý <ondrej@isc.org>
Wed, 7 Aug 2024 16:02:10 +0000 (16:02 +0000)
committerOndřej Surý <ondrej@isc.org>
Wed, 7 Aug 2024 16:02:10 +0000 (16:02 +0000)
commit3da167b241b51ef0ccc72860ca4763db4ad773b4
treeca984b39268b9c8b04d7601c2694830e6bc08b23
parent64fde41253f21672272081bf98f16a20d6ccabf9
parentf7014eeb3d68b22ca386a7884f94a9fb0ea12932
[9.18] 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.18' into 'bind-9.18'

See merge request isc-projects/bind9!9277