Bug 88746

Summary: Buffer problem with SSH2 under amd64 arch.
Product: Base System Reporter: Arnaud de Prelle <apn>
Component: amd64Assignee: freebsd-amd64 (Nobody) <amd64>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description Arnaud de Prelle 2005-11-09 20:50:15 UTC
              This is a problem with ssh2 (ssh2-nox11-3.2.9.1_3 Secure shell client and server for V.2 SSH protocol).
It seems broken under the (my?) amd64 arch (nocona).

#ssh localhost -p 23 -l apn
apn@localhost's password:
buffer_get_ret: trying to get more bytes 1 than in buffer 0
buffer_get_char_ret: buffer_get_ret failed
buffer_get_char: buffer error

The source of the problem seems situated in /usr/src/crypto/openssh/buffer.c

Fix: 

NA
How-To-Repeat:               Everytime I try to start a ssh2 session.
Comment 1 Kris Kennaway freebsd_committer freebsd_triage 2005-11-13 19:39:59 UTC
State Changed
From-To: open->feedback

I answered this question when you asked it on Usenet, but didn't 
yet see your response.
Comment 2 Marius Strobl freebsd_committer freebsd_triage 2006-08-02 13:29:46 UTC
State Changed
From-To: feedback->closed


Close; this is a dupe of PR 98016. 
Please give the patch mentioned in the Audit-Trail of PR 98016 a 
try and report whether it fixes the problem for you or not as a 
followup to that PR.