bugzilla-daemon at mindrot.org
2013-Mar-12 20:20 UTC
[Bug 1215] sshd requires entry from getpwnam for PAM accounts
https://bugzilla.mindrot.org/show_bug.cgi?id=1215 --- Comment #20 from Jim Basney <jbasney at ncsa.uiuc.edu> --- Created attachment 2228 --> https://bugzilla.mindrot.org/attachment.cgi?id=2228&action=edit add needed pwcopy call in sshpam_check_userchanged Attachment 1171 should do sshpam_authctxt->pw = pwcopy(pw); instead of sshpam_authctxt->pw = pw; to avoid potential trouble in later getpwnam(sshpam_authctxt->pw->pw_name) and pwfree(sshpam_authctxt->pw) calls. -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug. You are watching the reporter of the bug.