1
0
Fork 0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-07-16 06:54:14 +00:00
Xray-core/app/observatory/burst
Kuzmin Vladimir d7c5a0fc5f
Fix int overflow on x32 processors causing panic ()
During the roll, "duration" is converted to int, causing overflow on x32 processors. The value may be very small or negative, causing a panic in rand.Intn.
2024-09-14 23:47:16 -04:00
..
burst.go Least load balancer () 2024-02-17 22:51:37 -05:00
burstobserver.go Refactor log () 2024-06-29 14:32:57 -04:00
config.pb.go Pin protobuf packages () 2024-08-22 10:18:36 -04:00
config.proto Least load balancer () 2024-02-17 22:51:37 -05:00
healthping.go Fix int overflow on x32 processors causing panic () 2024-09-14 23:47:16 -04:00
healthping_result.go Least load balancer () 2024-02-17 22:51:37 -05:00
healthping_result_test.go Least load balancer () 2024-02-17 22:51:37 -05:00
ping.go Least load balancer () 2024-02-17 22:51:37 -05:00