Dear all
The issue was solved. It was a our side mistake. On a modification we
made to libutils, we execute following line without checking whether
the group is empty or not. In our case, it was empty, therefore,
crashes:
running = strdup(*(grp->gr_mem));
So that now login, su and cron work well.
Thank you for all those who helped us.
Best regards
Sagara
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"