tech-crypto archive

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

Re: NetBSD 4.0 sshd: protocol violation



In article <200802192218.RAA17156%Sparkle.Rodents.Montreal.QC.CA@localhost>,
der Mouse  <mouse%Rodents.Montreal.QC.CA@localhost> 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



Home | Main Index | Thread Index | Old Index