crypto/tls: missing "configForClient.mutex.RUnlock()" in "Config.ticketKeys(configForClient *Config)" func #71655
Labels
BugReport
Issues describing a possible bug in the Go implementation.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Go version
go1.23.2
Output of
go env
in your module/workspace:What did you do?
Just find a mistake in
crypto/tls/common.go
, maybe it is a bug.What did you see happen?
I haven't run it yet, just reading code and find it.
What did you expect to see?
fix it, or tell me the reason about no
RUnlock
afterRnlock
.The text was updated successfully, but these errors were encountered: