tech-crypto archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: NetBSD 4.0 sshd: protocol violation



>> 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?

                                        der Mouse


Home | Main Index | Thread Index | Old Index