bugzilla-daemon at mindrot.org
2013-Dec-29 00:54 UTC
[Bug 2192] New: scp output alignment bug with UTF-8/multibyte sequences
https://bugzilla.mindrot.org/show_bug.cgi?id=2192 Bug ID: 2192 Summary: scp output alignment bug with UTF-8/multibyte sequences Product: Portable OpenSSH Version: 6.4p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: scp Assignee: unassigned-bugs at mindrot.org Reporter: vincent at vinc17.org In UTF-8 locales: $ scp ? z localhost:/tmp ? 100% 0 0.0KB/s 00:00 z 100% 0 0.0KB/s 00:00 It seems that scp thinks that "?" has two characters since it has two bytes in UTF-8. I originally reported this bug against Debian in 2007[*], and it is still present. [*] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=407088 -- You are receiving this mail because: You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2016-Jul-20 06:42 UTC
[Bug 2192] scp output alignment bug with UTF-8/multibyte sequences
https://bugzilla.mindrot.org/show_bug.cgi?id=2192 Darren Tucker <dtucker at zip.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dtucker at zip.com.au --- Comment #1 from Darren Tucker <dtucker at zip.com.au> --- Ingo Schwarze just did some work on the progressmeter and its support for utf8: https://anongit.mindrot.org/openssh.git/log/?qt=author&q=schwarze at openbsd.org+&showmsg=1 The work is already in the snapshots http://www.mindrot.org/openssh_snap/ and will be in the 7.3 release. Does that fix the problem you're reporting? -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2016-Aug-08 13:53 UTC
[Bug 2192] scp output alignment bug with UTF-8/multibyte sequences
https://bugzilla.mindrot.org/show_bug.cgi?id=2192 Vincent Lefevre <vincent-openssh at vinc17.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vincent-openssh at vinc17.net --- Comment #2 from Vincent Lefevre <vincent-openssh at vinc17.net> --- (In reply to Darren Tucker from comment #1)> Does that fix the problem you're reporting?I've tried Debian's openssh-client 1:7.3p1-1, and the problem is still there: cventin:~> scp ?? z localhost:/tmp Connected to cventin (from 127.0.0.1) ?? 100% 0 0.0KB/s 00:00 z 100% 486 1.3MB/s 00:00 -- 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.
bugzilla-daemon at bugzilla.mindrot.org
2016-Aug-08 13:59 UTC
[Bug 2192] scp output alignment bug with UTF-8/multibyte sequences
https://bugzilla.mindrot.org/show_bug.cgi?id=2192 --- Comment #3 from Vincent Lefevre <vincent-openssh at vinc17.net> --- Created attachment 2860 --> https://bugzilla.mindrot.org/attachment.cgi?id=2860&action=edit screenshot Note: there's currently a problem with bugzilla, which interprets my UTF-8 characters as ISO-8859-1. I've attached a screenshot. -- 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.
bugzilla-daemon at bugzilla.mindrot.org
2016-Aug-08 14:03 UTC
[Bug 2192] scp output alignment bug with UTF-8/multibyte sequences
https://bugzilla.mindrot.org/show_bug.cgi?id=2192 --- Comment #4 from Vincent Lefevre <vincent-openssh at vinc17.net> --- (In reply to Vincent Lefevre from comment #3)> Created attachment 2860 [details] > screenshot > > Note: there's currently a problem with bugzilla, which interprets my > UTF-8 characters as ISO-8859-1. I've attached a screenshot.The PNG file has been corrupted in the upload, so that it isn't visible either! -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2017-Jul-28 08:04 UTC
[Bug 2192] scp output alignment bug with UTF-8/multibyte sequences
https://bugzilla.mindrot.org/show_bug.cgi?id=2192 --- Comment #5 from Vincent Lefevre <vincent-openssh at vinc17.net> --- It appears that my comments have been modified! "????" should appear as "??" (so that the alignment issue is now no longer visible). Without the accent over the "e" (if it gets corrupt again), that would give: $ scp e z localhost:/tmp e 100% 0 0.0KB/s 00:00 z 100% 0 0.0KB/s 00:00 showing the alignment issue. -- 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.
bugzilla-daemon at bugzilla.mindrot.org
2017-Jul-28 08:11 UTC
[Bug 2192] scp output alignment bug with UTF-8/multibyte sequences
https://bugzilla.mindrot.org/show_bug.cgi?id=2192 --- Comment #6 from Vincent Lefevre <vincent-openssh at vinc17.net> --- That's wrong again. It seems to be a bug in the current Bugzilla, which does a spurious ISO-8859-1 to UTF-8 transformation, while the input is already in UTF-8 (note: I've checked that the page in interpreted as UTF-8 by my browser, and the double encoding is also visible by downloading the HTML source). -- 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.
bugzilla-daemon at mindrot.org
2020-Aug-07 04:12 UTC
[Bug 2192] scp output alignment bug with UTF-8/multibyte sequences
https://bugzilla.mindrot.org/show_bug.cgi?id=2192 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |djm at mindrot.org --- Comment #7 from Damien Miller <djm at mindrot.org> --- Are you able to replicate this with a recent OpenSSH? There have been quite a few fixes in this area since 7.x. -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2020-Aug-07 08:14 UTC
[Bug 2192] scp output alignment bug with UTF-8/multibyte sequences
https://bugzilla.mindrot.org/show_bug.cgi?id=2192 --- Comment #8 from Darren Tucker <dtucker at dtucker.net> --- Yeah it's still there. It's kinda hard to follow what progressmeter is doing composing the status line into a single buffer, we should probably put the component parts into their own dynamically allocated buffer and compose the final one with a single asmprintf. -- 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.
Apparently Analagous Threads
- [Bug 49786] New: In xterm, some rectangles are not redrawn when the window is partly covered
- Bug#305932: rsync on a directory transfers the files of this directory
- [Bug 72979] New: garbage / parts of previous session displayed on login screen after reboot
- [Bug 44608] New: Freeze after Fn-F8 - Next boots: screen remains off after suspend/resume
- [Bug 1718] New: Spurious messages "X11 connection rejected because of wrong authentication."