From: Michal Nowak Date: Wed, 2 Apr 2025 18:45:53 +0000 (+0000) Subject: [9.18] chg: nil: Suppress FreeBSD-specific TSAN false-positive data race X-Git-Tag: v9.18.36~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a33f36ca704bf675e0a8939821ff83c9e835367;p=thirdparty%2Fbind9.git [9.18] 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 Backport of MR !10353 Merge branch 'backport-5267-freebsd-suppress-tsan-data-race-false-positive-9.18' into 'bind-9.18' See merge request isc-projects/bind9!10368 --- 6a33f36ca704bf675e0a8939821ff83c9e835367