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

@@ -1,3 +1,4 @@
## Fixes
* Fixed control-session replacement leaks when frpc reconnects through a half-open TCP multiplexed connection.
* Fixed an SSH tunnel gateway panic when handling malformed exec requests.