Upgrade gVisor to a newer version (#3903)

This commit is contained in:
Hossin Asaadi
2025-01-03 19:20:23 +03:30
committed by GitHub
parent 2f52aa7ed8
commit de53a3b94e
4 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ func (tun *netTun) Write(buf [][]byte, offset int) (int, error) {
// WriteNotify implements channel.Notification
func (tun *netTun) WriteNotify() {
pkt := tun.ep.Read()
if pkt.IsNil() {
if pkt == nil {
return
}