The Samba-Bugzilla – Attachment 9888 Details for
Bug 10490
pam_winbind fails with kerberos method = secrets and keytab
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
new version of the previous patch, state why STRUCT_ZERO is called
krb5_kt_start_seq.diff (text/plain), 699 bytes, created by
Michael Saxl
on 2014-05-02 14:12:31 UTC
(
hide
)
Description:
new version of the previous patch, state why STRUCT_ZERO is called
Filename:
MIME Type:
Creator:
Michael Saxl
Created:
2014-05-02 14:12:31 UTC
Size:
699 bytes
patch
obsolete
>Index: samba-4.1.6+dfsg/source3/librpc/crypto/gse_krb5.c >=================================================================== >--- samba-4.1.6+dfsg.orig/source3/librpc/crypto/gse_krb5.c 2014-04-29 16:05:42.045043324 -0500 >+++ samba-4.1.6+dfsg/source3/librpc/crypto/gse_krb5.c 2014-04-29 16:05:42.041043324 -0500 >@@ -414,6 +414,9 @@ static krb5_error_code fill_mem_keytab_f > if (ret) { > DEBUG(1, (__location__ ": krb5_kt_start_seq_get failed (%s)\n", > error_message(ret))); >+ // if krb5_kt_start_seq_get fails, kt_cursor does not hold any resources, >+ // but might no be "zeroed", (probably containing an invalid fd, see heimdal's keytab_file.c) >+ ZERO_STRUCT(kt_cursor); > goto out; > } >
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 Raw
Actions:
View
Attachments on
bug 10490
:
9867
|
9886
|
9887
|
9888
|
13308
|
13325
|
13326