mirror of
https://github.com/tailscale/tailscale.git
synced 2026-09-23 03:55:11 -04:00
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>
11 lines
300 B
JSON
11 lines
300 B
JSON
{
|
|
"toolchain": {
|
|
"rev": "7275f792d406d3c386cc807937a45a4a7b699d42",
|
|
"sri": "sha256-X5BJTH4gdjaww4wQZUQ8b2Yy0xztHYVPzsg/YXfmCPs="
|
|
},
|
|
"vendor": {
|
|
"goModSum": "sha256-sDInhpMWKPo0YvyTPKCM4lLnoS/72tRN/tJbzd5xHmI=",
|
|
"sri": "sha256-zhqsqZG3LyclwUjtj9b3EbhabiV8a4L+OS6OVTNmdF4="
|
|
}
|
|
}
|