Bugzilla – Attachment 1364 Details for
Bug 1377
getpwuid called twice without pwcopy (percent_expand: NULL replacement)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for ssh.c
load_public_identity_files.patch (text/plain), 486 bytes, created by
Toby Butzon
on 2007-10-20 14:16:55 AEST
(
hide
)
Description:
patch for ssh.c
Filename:
MIME Type:
Creator:
Toby Butzon
Created:
2007-10-20 14:16:55 AEST
Size:
486 bytes
patch
obsolete
>--- openssh-4.4p1/ssh.c 2006-09-01 22:32:40.000000000 -0700 >+++ openssh-4.4p1-fix/ssh.c 2007-10-17 10:23:07.000000000 -0700 >@@ -1252,6 +1252,7 @@ > #endif /* SMARTCARD */ > if ((pw = getpwuid(original_real_uid)) == NULL) > fatal("load_public_identity_files: getpwuid failed"); >+ pw = pwcopy(pw); > if (gethostname(thishost, sizeof(thishost)) == -1) > fatal("load_public_identity_files: gethostname: %s", > strerror(errno));
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 1377
:
1364
|
1379