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: [email protected]
Reporter: [email protected]
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.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs