CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/05/30 22:51:45
Modified files:
usr.bin/ssh : sftp.c
Log message:
Fix two separate one-byte out-of-cound reads
1) if a server sent an empty reply to a SSH2_FXP_REALPATH request
2) if a batch command used the full 2048 byte buffer but ended in a
literal backslash character
Both reported by Zhenpeng (Leo) Lin from depthfirst
ok markus@
