x/net: data race in trace package #60619
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
From https://github.com/golang/net/blob/10cf388024ca83e11a073bb365ccda2b2806d103/trace/events.go#L61-L66:
Shouldn't
len(families)
be done with the mutex held? It's a package-level field that seem to be protected by the mutex.The text was updated successfully, but these errors were encountered: