rshd now gets killed by signal 11 in pam_putenv() when pam_setenv("HOME", ...) is called for "rsh localhost ls". The registers for pamh->env and i are both 0 in free(pamh->env[i]), although this can't happen since pamh->env[0] must have been accessed in openpam_findenv() to get to the free().
"rsh localhost" and "rlogin localhost" still work. A statically linked rshd from last June still works. Bruce To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message