Date: Thu, 21 Feb 2019 00:54:34 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 235903] [pam] ssh-agent is not killed at terminating session Message-ID: <bug-235903-227-t6rNHMFLdB@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-235903-227@https.bugs.freebsd.org/bugzilla/> References: <bug-235903-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235903 Conrad Meyer <cem@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cem@freebsd.org Assignee|bugs@FreeBSD.org |des@FreeBSD.org --- Comment #1 from Conrad Meyer <cem@freebsd.org> --- --- a/contrib/openpam/lib/libpam/pam_getenv.c +++ b/contrib/openpam/lib/libpam/pam_getenv.c @@ -70,7 +70,7 @@ pam_getenv(pam_handle_t *pamh, RETURNS(NULL); if ((str =3D strchr(pamh->env[i], '=3D')) =3D=3D NULL) RETURNS(""); - RETURNS(str); + RETURNS(str + 1); } /** Should fix the issue. Seems like it came in with "Vendor import of OpenPAM Radula". --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-235903-227-t6rNHMFLdB>