mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
fix: fork gvisor to avoid integer overflow (#23055)
This commit is contained in:
@@ -43,6 +43,10 @@ replace tailscale.com => github.com/coder/tailscale v1.1.1-0.20260306035934-af5c
|
||||
// 2. update to the latest gVisor
|
||||
replace github.com/tailscale/wireguard-go => github.com/coder/wireguard-go v0.0.0-20260113101225-9b7a56210e49
|
||||
|
||||
// We use a fork to fix an integer overflow issue that causes occasional crashes in workspace agents.
|
||||
// See https://github.com/coder/coder/issues/20885
|
||||
replace gvisor.dev => github.com/coder/gvisor v0.0.0-20260313164934-7a658db7b714
|
||||
|
||||
// Switch to our fork that imports fixes from http://github.com/tailscale/ssh.
|
||||
// See: https://github.com/coder/coder/issues/3371
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user