Re: NetBSD 4.0 sshd: protocol violation
[email protected] (Christos Zoulas)
| Newsgroups | gmane.os.netbsd.devel.crypto |
|---|---|
| Message-ID | <[email protected]> |
In article <[email protected]>, der Mouse <[email protected]> wrote: >>> the core-dumped boolean was 0x80 [...] >> Does this patch fix it? If so, the change should be fed back to >> openssh. > >> Index: src/crypto/dist/ssh/session.c >> - packet_put_char(WCOREDUMP(status)); >> + packet_put_char(WCOREDUMP(status) ? 1 : 0); > >Yes, this makes the symptom I saw go away. > >Who should feed this back to the openssh people? You, since you found it? christos