[Bug 2058] New: SSH Banner message displays UTF-8 multibyte char incorrrectly

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Mon Jan 7 20:13:06 EST 2013


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

            Bug ID: 2058
           Summary: SSH Banner message displays UTF-8 multibyte char
                    incorrrectly
    Classification: Unclassified
           Product: Portable OpenSSH
           Version: 6.1p1
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: ssh
          Assignee: unassigned-bugs at mindrot.org
          Reporter: balu9463 at gmail.com

Created attachment 2205
  --> https://bugzilla.mindrot.org/attachment.cgi?id=2205&action=edit
banner_message utf-8 support

Hello,

This bug report is with reference to the discussion in the following
link.
http://www.gossamer-threads.com/lists/openssh/dev/54481

Logging the defect with fix for consideration.

Description:
The banner message displayed on the screen contain octal values 
instead of korean chars. Prior to ssh 5.1 the banner message would 
display the charaters properly. 
I understand that starting from 5.1 the message is passed through 
strnvis() function. 
I looked into documentation on strnvis and found that it does not 
support multibyte chars and doesnt work well with international chars.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list