Files
frp/pkg/util
fatedier c70ceff370 fix: three high-severity bugs across nathole, proxy, and udp modules (#5214)
- pkg/nathole: add RLock when reading clientCfgs map in PreCheck path
  to prevent concurrent map read/write crash
- server/proxy: fix error variable shadowing in GetWorkConnFromPool
  that could return a closed connection with nil error
- pkg/util/net: check ListenUDP error before spawning goroutines
  and assign readConn to struct field so Close() works correctly
2026-03-07 13:36:02 +08:00
..
2020-09-23 13:49:14 +08:00
2025-06-25 11:40:23 +08:00
2023-11-27 15:47:49 +08:00
2024-03-20 15:48:31 +08:00