]> git.ipfire.org Git - thirdparty/bind9.git/commit
Disable jemalloc for Address and Thread Sanitizers
authorOndřej Surý <ondrej@sury.org>
Fri, 9 Jul 2021 11:30:43 +0000 (13:30 +0200)
committerOndřej Surý <ondrej@sury.org>
Fri, 9 Jul 2021 13:58:02 +0000 (15:58 +0200)
commitca228ec3e5b4aeff1a097d375a988100583edf9b
treeb7ea63368b86c73bfc6b990d3a253d61329bb740
parent3673abc53c22ba8fee59b51d830322f04852c6dd
Disable jemalloc for Address and Thread Sanitizers

The Address and Thread Sanitizers both intercept the malloc calls and
using the extended jemalloc API interferes with that.  This commit
disables the use of jemalloc for both ASAN and TSAN enabled builds to
eliminate both false positives and false negatives.
.gitlab-ci.yml