mirror of
https://github.com/tailscale/tailscale.git
synced 2026-09-14 23:11:39 -04:00
The set-config loop uses uint16 endpoints. When Last is 65535, the increment wraps to zero and file or Unix targets continue indefinitely. Break after applying Last so every closed range terminates without changing ordinary range behavior. Fixes #20873 Signed-off-by: Bonobo <github@in9.at>