mirror of
https://github.com/rsyslog/rsyslog.git
synced 2026-06-19 19:52:55 +02:00
Why: avoid TSAN noise from LD_PRELOADed libfaketime Impact: TSAN runs ignore known-good libfaketime races Before/After: before TSAN reported libfaketime races; after suppressed in runtime suppression list Technical Overview: - add a libfaketime race suppression to tsan-rt.supp - align with other external-library suppressions in that file - keep scope at runtime-suppression level for TSAN runs - avoid touching non-TSAN test behavior Closes https://github.com/rsyslog/rsyslog/issues/5225 With the help of AI-Agents: Codex
12 lines
273 B
Plaintext
12 lines
273 B
Plaintext
# supressions for LLVM TSAN
|
|
# doc: https://github.com/google/sanitizers/wiki/ThreadSanitizerSuppressions
|
|
race:^close$
|
|
race:^closeSess$
|
|
race:^bs_arrcmp_glblDbgFiles$
|
|
race:^imptcp_destruct_epd$
|
|
race:doLogMsg
|
|
race:setlocale
|
|
race:doSIGTTIN
|
|
race:libfaketime
|
|
race:libmysqlclient
|