Files
frp/pkg/util/net
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
..
2024-02-22 21:04:21 +08:00
2024-02-20 16:11:37 +08:00
2023-11-27 15:47:49 +08:00
2023-05-29 14:10:34 +08:00