Files
kubernetes/pkg/registry
Abhijit Hoskeri da7c39f849 Fix IPv6 allocator for /64 CIDRs
An ipAllocator with a 64 bit IPv6 CIDR can allocate
addresses outside the CIDR range, due to an improper uint64 to int64
cast in the addOffsetAddress function.

Replace the cast with a call to `math/big.Int.SetUint64()`.
2026-04-14 13:20:04 -07:00
..
2025-03-12 17:52:10 +00:00
2026-04-14 13:20:04 -07:00
2024-12-02 16:59:34 +01:00
2025-03-08 15:18:00 -08:00
2024-12-02 16:59:34 +01:00
2025-07-30 09:26:40 +09:00
2024-12-02 16:59:34 +01:00
2025-07-17 09:56:28 +02:00
2024-12-02 16:59:34 +01:00
2024-08-22 17:48:27 -04:00