Bugzilla – Attachment 443 Details for
Bug 698
Specify FILE: for KRB5CCNAME
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix of this bug
openssh-3.7.1p1-pam-fix.diff (text/plain), 463 bytes, created by
Petr Ostadal
on 2003-09-22 21:04:13 AEST
(
hide
)
Description:
fix of this bug
Filename:
MIME Type:
Creator:
Petr Ostadal
Created:
2003-09-22 21:04:13 AEST
Size:
463 bytes
patch
obsolete
>--- gss-serv-krb5.c >+++ gss-serv-krb5.c >@@ -178,7 +178,9 @@ > > client->store.filename = xstrdup(krb5_cc_get_name(krb_context, ccache)); > client->store.envvar = "KRB5CCNAME"; >- client->store.envval = xstrdup(client->store.filename); >+ int envval_len = strlen(client->store.filename) + 6; >+ if (client->store.envval = xmalloc (envval_len)) >+ snprintf(client->store.envval,envval_len,"FILE:%s",client->store.filename); > > #ifdef USE_PAM > if (options.use_pam)
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 698
: 443 |
545