2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-22 10:10:06 +00:00

chg: nil: 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

Closes #5267

Merge branch '5267-freebsd-suppress-tsan-data-race-false-positive' into 'main'

See merge request isc-projects/bind9!10353
This commit is contained in:
Arаm Sаrgsyаn 2025-04-02 08:35:04 +00:00
commit abdecafd6e

View File

@ -1,3 +1,6 @@
# Uninstrumented libraries # Uninstrumented libraries
called_from_lib:libfstrm.so called_from_lib:libfstrm.so
race:dummyrpz race:dummyrpz
# FreeBSD false-positive, see GL#5267
race:libexec/rtld-elf/rtld_malloc.c