SIGN IN SIGN UP

go.mod,go.sum: bump wireguard-go to fix AllowedIPs mem leak

Pulls in https://github.com/tailscale/wireguard-go/pull/85 which
fixes an unbounded memory leak in mkIPInCIDRsTestFunc. It used a
package-level placeholder Peer, and AllowedIPs.Insert threads every
trie node onto that peer's trieEntries list, so each call leaked
its whole trie. SetAllowedIPs calls it on every netmap update, so
peer churn accumulated trie nodes until the client OOMed.

Fixes tailscale/corp#47010

Signed-off-by: Adriano Sela Aviles <adriano@tailscale.com>
A
Adriano Sela Aviles committed
6d7f1212b7bda1a2e1740e5cd67d39d3ecae019c
Parent: 886d1b2
Committed by Adriano Sela Aviles <adriano.selaviles@gmail.com> on 8/21/2026, 7:44:21 PM