You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Windows] CFThreadSpecific implementation allows access to deallocated value
Unlike pthread-based implementation, TLS/FLS on Windows doesn't
return NULL when reading value after destructor call.
To avoid that we have to nullify value in destructor callback.
The implementation needs to store key along with user
data to perform proper cleanup.
0 commit comments