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
Because spew.Sdump will iterate through the whole struct, it will also
access maps, such as the underlying sync.Map. Which can then lead to
concurrent map access, because that access isn't protected by the mutex.
0 commit comments