FreeBSD Bugzilla – Attachment 11293 Details for
Bug 22307
ssh dumps core if fields in password entry are empty
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 684 bytes, created by
brandt
on 2000-10-26 11:00:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
brandt
Created:
2000-10-26 11:00:01 UTC
Size:
684 bytes
patch
obsolete
>Index: ssh.c >=================================================================== >RCS file: /home/ncvs/src/crypto/openssh/ssh.c,v >retrieving revision 1.10 >diff -u -r1.10 ssh.c >--- ssh.c 2000/09/10 09:35:38 1.10 >+++ ssh.c 2000/09/20 20:43:53 >@@ -513,10 +513,9 @@ > pwcopy.pw_passwd = xstrdup(pw->pw_passwd); > pwcopy.pw_uid = pw->pw_uid; > pwcopy.pw_gid = pw->pw_gid; >- pwcopy.pw_class = xstrdup(pw->pw_class); > pwcopy.pw_dir = xstrdup(pw->pw_dir); > pwcopy.pw_shell = xstrdup(pw->pw_shell); >- pwcopy.pw_class = xstrdup(pw->pw_class); >+ pwcopy.pw_class = xstrdup(pw->pw_class ? pw->pw_class : ""); > pwcopy.pw_expire = pw->pw_expire; > pwcopy.pw_change = pw->pw_change; > pw = &pwcopy;
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 22307
: 11293