mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-04-27 17:21:07 -04:00
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()`. |
||
|---|---|---|
| .. | ||
| allocator | ||
| ipallocator | ||
| portallocator | ||
| storage | ||
| doc.go | ||
| OWNERS | ||
| proxy.go | ||
| strategy.go | ||
| strategy_test.go | ||