Searched hist:23884 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/usr.sbin/cron/cron/
H A Ddo_command.cdiff 23884 Fri Mar 14 11:48:04 MST 1997 peter For some reason, the old login class code didn't seem to be working here.
I suspect it was because the child exec code's parent was doing the
initial lookups, then forking, then doing other things (possibly trashing
the static data in the getpw*() buffer), then attempting to dereference
*pwd and *lc. Also, no error checking appeared to be done - I've allowed
it to fall back to the old "become user" code on critical failure rather than
risk running a user's cron jobs as root.

Completed in 68 milliseconds