FreeBSD Bugzilla – Attachment 11523 Details for
Bug 22670
pam_ssh dumps core due to bug in env_destroy()
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 370 bytes, created by
SANETO Takanori
on 2000-11-07 22:20:04 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
SANETO Takanori
Created:
2000-11-07 22:20:04 UTC
Size:
370 bytes
patch
obsolete
>diff -u -r1.8 pam_ssh.c >--- pam_ssh.c 2000/07/16 05:52:28 1.8 >+++ pam_ssh.c 2000/11/07 22:01:45 >@@ -176,7 +176,8 @@ > { > struct env_entry *p; > >- env_swap(self, 0); >+ if (self->e_committed) >+ env_swap(self, 0); > SLIST_FOREACH(p, &self->e_head, ee_entries) { > free(p->ee_env); > free(p);
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 22670
: 11523