Re: rshd and/or pan_setenv() broken

2003-01-01 Thread Bruce Evans
On Wed, 1 Jan 2003, [ISO-8859-1] Mikko Työläjärvi wrote: > See . Thanks. I vaguely remembered a bug report about pam_*env() but not one about rshd. Bruce To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in

Re: rshd and/or pan_setenv() broken

2003-01-01 Thread Mikko Työläjärvi
See . $.02, /Mikko On Thu, 2 Jan 2003, Bruce Evans wrote: > 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(pam

rshd and/or pan_setenv() broken

2003-01-01 Thread Bruce Evans
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