On (02/06/14 23:19), Sumit Bose wrote:
On Sat, May 31, 2014 at 04:59:44PM +0200, Lukas Slebodnik wrote:
ehlo,
I think that the attached patches are self descriptive.
LS
Patches apply and build fine. I've run build on a few platforms without any issue, but I had none with openpam at hand.
I only have one comment on the last patch. getlogin() is not thread safe
It is https://github.com/freebsd/freebsd/blob/master/lib/libc/gen/getlogin.c lines 72:82
LS