FreeBSD Bugzilla – Attachment 16086 Details for
Bug 29645
pam_ssh bug causes xdm dumps core at the end of session
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 675 bytes, created by
SANETO Takanori
on 2001-08-12 14:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
SANETO Takanori
Created:
2001-08-12 14:10:01 UTC
Size:
675 bytes
patch
obsolete
>Index: pam_ssh.c >=================================================================== >RCS file: /export/cvsup/cvs/src/lib/libpam/modules/pam_ssh/pam_ssh.c,v >retrieving revision 1.16 >diff -u -r1.16 pam_ssh.c >--- pam_ssh.c 2001/08/11 12:37:55 1.16 >+++ pam_ssh.c 2001/08/12 12:24:55 >@@ -405,6 +405,11 @@ > } > else if (strcmp(&env_string[strlen(env_string) - > strlen(ENV_PID_SUFFIX)], ENV_PID_SUFFIX) == 0) { >+ env_value = strdup(env_value); >+ if (env_value == NULL) { >+ syslog(LOG_CRIT, "%s: %m", MODULE_NAME); >+ PAM_RETURN(PAM_SERVICE_ERR); >+ } > retval = pam_set_data(pamh, "ssh_agent_pid", > env_value, ssh_cleanup); > if (retval != PAM_SUCCESS)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 29645
: 16086