mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2026-04-18 04:53:10 +03:00
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.
630 B
630 B