Displaying 1 result from an estimated 1 matches for "127d126".
Did you mean:
127126
2000 May 30
0
utmpx bug in openssh-2.1.0p2 using Solaris 8
...USE_UTMPX is defined, in line
135 utmpx is being opened, but later on regardless of this define a
utmp structure is being written to it, thereby destroying utmpx's
consistency.
I don't have a bug fix, but a workaround (that won't work in general):
$ diff bsd-login.c bsd-login.c.orig
127d126
< #if 0
190c189
< #endif /* 0 */
---
>
A proper bugfix will probably mean to examine the code between lines 126
and 190 and check which data structure is actually being written to
which file. I'm not familiar with all the differences on various Unices
so I'm afraid I can't...