RepoNotes
Toggle theme
Loading ...
Sign in
golang/go
The Go programming language
134062
30
10122
Readme
Notes
New Note
Sign in to add notes for this repository
RN
golang
12116
Followers
0
Following
61
Repos
No Twitter
The Go Programming Language
Branches
dev.types
dev.typeparams
dev.typealias
Releases
Commits
crypto/x509: split candidate hostname only once (*x509.Certificate).VerifyHostname previously called matchHostnames in a loop over all DNS Subject Alternative Name (SAN) entries. This caused strings.
debug/gosym: mask bracketed expressions rather than remove them nameWithoutInst currently removes bracketed expressions from instantiated symbols, making T.M[go.shape.int] T.M, so that the dot "." ca
encoding/json/jsontext: correct invalid namespace error Previously, we were wrapping a nil error. Use errInvalidNamespace as is the pattern from WriteToken. Change-Id: I0e03ed479b113b321a28647aa0c57
Issues
runtime: TestConcurrentMapWritesIssue69447 failures
net/http: TestFileServerNullByte/h3 failures
cmd/internal/testdir:5_10: Test/abi/many_int_input.go failures