
bugzilla-daemon at bugzilla
Jul 31, 2008, 2:08 AM
Post #1 of 1
(438 views)
Permalink
|
|
[Bug 1496] New: ssh fails with xmalloc: zero size
|
|
https://bugzilla.mindrot.org/show_bug.cgi?id=1496 Summary: ssh fails with xmalloc: zero size Classification: Unclassified Product: Portable OpenSSH Version: 5.1p1 Platform: Other OS/Version: Linux Status: NEW Keywords: patch Severity: normal Priority: P2 Component: ssh AssignedTo: unassigned-bugs [at] mindrot ReportedBy: t8m [at] centrum Created an attachment (id=1553) --> (http://bugzilla.mindrot.org/attachment.cgi?id=1553) Patch which fixes the zero length banner problem. ssh fails with xmalloc: zero size when connecting to a server with present but empty banner. Also the processing of the received banner through strnvis() is unfortunate in the regard that it mangles banners with international characters. The processing should be done according to the current locale and allow the international characters to be printed unmangled. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. _______________________________________________ openssh-bugs mailing list openssh-bugs [at] mindrot https://lists.mindrot.org/mailman/listinfo/openssh-bugs
|