]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
upstream: avoid a fatal() when sftp tab-completes filenames that
authordjm@openbsd.org <djm@openbsd.org>
Tue, 30 Sep 2025 00:06:06 +0000 (00:06 +0000)
committerDamien Miller <djm@mindrot.org>
Tue, 30 Sep 2025 00:08:18 +0000 (10:08 +1000)
commit1f7556753869654ba5e2bf61e384c5da2db5ca6a
treecc4bfecc35e73005f05acddd3c2447fee7eaaa04
parent42b14ff1e06fd683c7d15a6b2816c16108873a5a
upstream: avoid a fatal() when sftp tab-completes filenames that

share common utf-8 characters that don't encode to a complete codepoint

from menthu.zhou via GHPR#587; ok dtucker@

OpenBSD-Commit-ID: e07e4d8a8cac032ab536570b8214e6ef6839b585
sftp.c