Call for testing: OpenSSH-6.2
Damien Miller
djm at mindrot.org
Thu Mar 7 10:30:21 EST 2013
On Wed, 6 Mar 2013, Dag-Erling Sm?rgrav wrote:
> Damien Miller <djm at mindrot.org> writes:
> > It's that time again...
>
> SNAP-20130306 builds fine on FreeBSD 9.
>
> On FreeBSD 10, it still gets confused about utmp / wtmp / utmpx, just
> like 6.0 and 6.1. This is because of code in loginrec.c that tries to
> use utmp without checking whether it's available. Line 625 says
>
> #if defined(USE_UTMP) || defined (USE_WTMP) || defined (USE_LOGIN)
>
> which may be true even if UTMP is not available.
Isn't that block just utility functions? Whether they are actually called
or not is determined by the more granular #ifdefs in login_write()
-d
More information about the openssh-unix-dev
mailing list