Files
kubernetes/pkg/registry/core
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
..
2024-12-02 16:59:34 +01:00
2024-12-02 16:59:34 +01:00
2024-12-02 16:59:34 +01:00
2024-12-02 16:59:34 +01:00
2025-03-11 21:49:50 +01:00
2024-12-02 16:59:34 +01:00
2026-04-14 13:20:04 -07:00