mirror of
https://github.com/strukturag/nextcloud-spreed-signaling
synced 2026-03-14 14:35:44 +01:00
Use gvisor checklocks for static lock analysis.
Also fix locking issues found along the way. See https://github.com/google/gvisor/tree/master/tools/checklocks for details.
This commit is contained in:
parent
56f67097a9
commit
cfd8cf6718
61 changed files with 707 additions and 345 deletions
|
|
@ -94,7 +94,8 @@ func createTLSListener(addr string, certFile, keyFile string) (net.Listener, err
|
|||
}
|
||||
|
||||
type Listeners struct {
|
||||
mu sync.Mutex
|
||||
mu sync.Mutex
|
||||
// +checklocks:mu
|
||||
listeners []net.Listener
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue