Files
kanhole/pkg
T
fatedier cb459b02b6 fix: WebsocketListener nil panic and OIDC auth data race (#5204)
- pkg/util/net/websocket.go: store ln parameter in struct to prevent
  nil pointer panic when Addr() is called
- pkg/auth/oidc.go: replace unsynchronized []string with map + RWMutex
  for subjectsFromLogin to fix data race across concurrent connections
cb459b02b6 · 2026-03-06 16:51:52 +08:00
History
..
2020-09-23 13:49:14 +08:00
2025-04-27 15:46:22 +08:00