-
Notifications
You must be signed in to change notification settings - Fork 478
Closed
Description
came across this data race:
==================
WARNING: DATA RACE
Write at 0x00c0000988d0 by goroutine 14:
github.com/gliderlabs/ssh.(*sshContext).SetValue()
/Users/prologic/go/pkg/mod/github.com/gliderlabs/[email protected]/context.go:123 +0xa6
github.com/gliderlabs/ssh.(*Server).config.func2()
/Users/prologic/go/pkg/mod/github.com/gliderlabs/[email protected]/server.go:150 +0x18b
golang.org/x/crypto/ssh.(*connection).serverAuthenticate()
/Users/prologic/go/pkg/mod/golang.org/x/[email protected]/ssh/server.go:523 +0x2799
golang.org/x/crypto/ssh.(*connection).serverHandshake()
/Users/prologic/go/pkg/mod/golang.org/x/[email protected]/ssh/server.go:277 +0xb78
golang.org/x/crypto/ssh.NewServerConn()
/Users/prologic/go/pkg/mod/golang.org/x/[email protected]/ssh/server.go:206 +0x2ab
github.com/gliderlabs/ssh.(*Server).HandleConn()
/Users/prologic/go/pkg/mod/github.com/gliderlabs/[email protected]/server.go:281 +0x2af
Previous read at 0x00c0000988d0 by goroutine 39:
github.com/gliderlabs/ssh.(*sshContext).Done()
<autogenerated>:1 +0x48
net/http.http2awaitRequestCancel()
/usr/local/Cellar/go/1.16.6/libexec/src/net/http/h2_bundle.go:6823 +0x117
net/http.(*http2clientStream).awaitRequestCancel()
/usr/local/Cellar/go/1.16.6/libexec/src/net/http/h2_bundle.go:6846 +0x64
Metadata
Metadata
Assignees
Labels
No labels