Date: Thu, 2 Jan 2003 16:12:53 +1100 (EST) From: Bruce Evans <bde@zeta.org.au> To: current@freebsd.org Cc: des@freebsd.org Subject: rshd and/or pan_setenv() broken Message-ID: <20030102155200.X65628-100000@gamplex.bde.org>
next in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030102155200.X65628-100000>
