1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2026-04-18 04:53:10 +03:00
Files
SoftEtherVPN/tsan_suppressions.txt
synqa c075bd85a8 Add ThreadSanitizer suppression file
Using no_sanitize("thread") disables instrumentation for the entire
stack frame, meaning functions called within that scope are also not
checked. By using race_top in a suppression file, we can suppress
erros only when they occur at the top of the stack. This provides more
granular control over errors suppression.
As an example, this suppression addresses #2222.
2026-02-14 22:42:48 +09:00

630 B