CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/10/08 15:48:40
Modified files:
usr.bin/ssh : sftp.c
Log message:
When tab-completing a filename, ensure that the completed string
does not end up mid-way through a multibyte character, as this
will cause a fatal() later on.
based on GHPR#587 from @TaoistBrickscarrier; feedback tb@ kevlo@
ok dtucker@
