mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2026-03-09 17:59:19 +03:00
Compare commits
2 Commits
6f749ab71c
...
cfe854b339
| Author | SHA1 | Date | |
|---|---|---|---|
| cfe854b339 | |||
| c075bd85a8 |
12
tsan_suppressions.txt
Normal file
12
tsan_suppressions.txt
Normal file
@ -0,0 +1,12 @@
|
||||
# This file contains suppressions for Thread Sanitizer.
|
||||
# For the specification, refer to: https://github.com/google/sanitizers/wiki/threadsanitizersuppressions
|
||||
|
||||
|
||||
# Thread Sanitizer reports data races on Finished and NoDelayFlag in CONNECT_SERIAL_PARAM,
|
||||
# shared between BindConnectThreadForIPv4, BindConnectThreadForIPv6, and BindConnectEx5.
|
||||
# These are benign data races: the Set/Wait on FinishEvent provides synchronization
|
||||
# equivalent to a lock, but TSan cannot recognize it.
|
||||
# https://github.com/SoftEtherVPN/SoftEtherVPN/pull/2222
|
||||
race_top:BindConnectThreadForIPv4
|
||||
race_top:BindConnectThreadForIPv6
|
||||
race_top:BindConnectEx5
|
||||
Reference in New Issue
Block a user