[Bug 235903] [pam] ssh-agent is not killed at terminating session

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Feb 21 00:54:37 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235903

Conrad Meyer <cem at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cem at freebsd.org
           Assignee|bugs at FreeBSD.org            |des at FreeBSD.org

--- Comment #1 from Conrad Meyer <cem at 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 = strchr(pamh->env[i], '=')) == NULL)
                RETURNS("");
-       RETURNS(str);
+       RETURNS(str + 1);
 }

 /**


Should fix the issue.

Seems like it came in with "Vendor import of OpenPAM Radula".

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list