ssh: fix malformed exec payload panic (#5428)

This commit is contained in:
fatedier
2026-07-21 23:04:56 +08:00
committed by GitHub
parent d486018885
commit 7dc7be930e
7 changed files with 120 additions and 32 deletions

View File

@@ -14,7 +14,7 @@
package version
var version = "0.70.0"
var version = "0.70.1"
func Full() string {
return version