]> git.ipfire.org Git - thirdparty/bind9.git/commit
Suppress FreeBSD-specific TSAN false-positive data race
authorAram Sargsyan <aram@isc.org>
Tue, 1 Apr 2025 13:36:33 +0000 (13:36 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Wed, 2 Apr 2025 08:38:02 +0000 (08:38 +0000)
commit47fdbf15f306ed754538934f241f444390a3abc2
treeb42cc7bbc3539342e044e1ca8e6db66c95b3063a
parent92eb6416e50cc6b0861bf5f9e75f56ec3c827c48
Suppress FreeBSD-specific TSAN false-positive data race

TSAN reports a data race in FreeBSD's memset(), called by its
__crt_calloc() memory allocation function. There is a very similar
bug report [1] in FreeBSD bug tracker, and an existing code-review [2]
that tries to address an issue, the description of which is very
similar to what we are seeing.

Suppress this report by adding its signature to '.tsan-suppress'.

[1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282794
[2] https://reviews.freebsd.org/D28536?id=86694

(cherry picked from commit 40a91f51d72921d07d50c4315beb9ffa6d2dd577)
.tsan-suppress