Re: SVN r339216 breaks ssh to i386 devices

From: Dag-Erling Smørgrav <des_at_des.no>
Date: Mon, 08 Oct 2018 23:33:27 +0200
Marek Zarychta <zarychtam_at_plan-b.pwste.edu.pl> writes:
> Michael Butler <imb_at_protected-networks.net> writes:
> > With an i386 system, ssh sessions to the updated sshd fail with:
> > 
> > sshd[28771]: fatal: mm_getpwnamallow: receive get struct passwd failed
> > [preauth]
> > 
> > This is reproducible on both real hardware and in a VM running an i386
> > build,
> sshd running on 32-bit ARM architecture seems to be also affected after
> update to 12.0-ALPHA8 r339223.

r339216 introduced some code which assumes that time_t is always 64 bits
wide, which is not the case for i386.  I'm not 100% that's the cause, as
it shouldn't break arm32, where time_t *is* 64 bits wide, but it still
needs fixing.  Are you getting the exact same error message as Michael?

DES
-- 
Dag-Erling Smørgrav - des_at_des.no
Received on Mon Oct 08 2018 - 19:33:29 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:18 UTC