https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235903
Conrad Meyer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Assignee|[email protected] |[email protected] --- Comment #1 from Conrad Meyer <[email protected]> --- --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
