freebsd-dev/lib/libpam/modules/pam_ssh
Brian Feldman ee510eab3f In env_destroy(), it is a bad idea to env_swap(self, 0) to switch
back to the original environ unconditionally.  The setting of the
variable to save the previous environ is conditional; it happens when
ENV.e_committed is set.  Therefore, don't try to swap the env back
unless the previous env has been initialized.

PR:		bin/22670
Submitted by:	Takanori Saneto <sanewo@ba2.so-net.ne.jp>
2000-11-25 02:00:35 +00:00
..
Makefile Make pam_ssh work. It had an undefined symbol when it was dlopen()ed. 2000-03-06 15:28:30 +00:00
pam_ssh.c In env_destroy(), it is a bad idea to env_swap(self, 0) to switch 2000-11-25 02:00:35 +00:00