[Bug 231172] [sshd] ssh login fails if server is set sysctl kern.trap_enotcap=1

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Oct 9 16:45:20 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231172

--- Comment #6 from Conrad Meyer <cem at freebsd.org> ---
Additionally, des@ posted a nice bugfix for platforms with 32-bit time_t (i386)
on one of the mailing lists.  Basically the timestamps get a
sshbuf_get/put_time instead of using _u64.  And the get/put_time are just
macros conditionally defined based on the size of time_t.

I'm not sure if any other mainstream platform openssh runs on uses 32-bit
time_t.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list