[Bug 2215] New: Key fingerprint headline slightly broken with ED25519

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Fri Mar 21 01:28:57 EST 2014


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

            Bug ID: 2215
           Summary: Key fingerprint headline slightly broken with ED25519
           Product: Portable OpenSSH
           Version: 6.5p1
          Hardware: All
                OS: All
            Status: NEW
          Severity: trivial
          Priority: P5
         Component: ssh
          Assignee: unassigned-bugs at mindrot.org
          Reporter: sf at 9by6.org

The key fingerprint headline has unsymmetrical braces for ED25519 in
6.6p1:

+--[ED25519  256--+
|       ...       |

Seems like in key.c:561, snprintf aborts before being able to put the
final ']'. Note, that there's an unnecessary ' ' in there because of
ED25519's short key_size. Reducing the minimum field width for
key_size(k) in snprintf from 4 to 3 should remove the unnecessary ' '
and make room for the missing ']'.

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


More information about the openssh-bugs mailing list