[Bug 1990] sftp segfaults when tab-completing a directory which contains umlauts

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Wed Dec 12 09:32:59 EST 2012


https://bugzilla.mindrot.org/show_bug.cgi?id=1990

Darren Tucker <dtucker at zip.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dtucker at zip.com.au

--- Comment #4 from Darren Tucker <dtucker at zip.com.au> ---
I suspect the comment about locale was a suggestion to either try it
with a different one or specify what it was so we could try that. 
anyway:

$ mkdir /tmp/testä
$ export LOCALE=pl_PL.UTF-8
$ gdb -q ./sftp
Reading symbols from /home/dtucker/openssh-6.1p1/sftp...done.
(gdb) set args localhost
(gdb) run
Starting program: /home/dtucker/openssh-6.1p1/sftp localhost
Connected to localhost.
sftp> cd /tmp/t[TAB]
sftp> cd /tmp/test\303\244/

My guess is that it's crashing inside libedit (mine is 2.11-20080614-5
on x64_64).  So far, the only reported instances are on Arch.

Could you please try repeating the test under GDB as per the above, and
if it does crash us "bt" to get a backtrace to see where it's crashing.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list