Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 467000 Details for
Bug 612584
net-fs/cifs-utils-6.7: undefined reference to "krb5_free_string" when using app-crypt/heimdal
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
cifs.patch (text/plain), 948 bytes, created by
Igor Poboiko
on 2017-03-14 07:39:36 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Igor Poboiko
Created:
2017-03-14 07:39:36 UTC
Size:
948 bytes
patch
obsolete
>--- cifs-utils-6.7/cifs.upcall.c.old 2017-03-14 10:20:42.923460975 +0300 >+++ cifs-utils-6.7/cifs.upcall.c 2017-03-14 10:21:59.676913805 +0300 >@@ -75,11 +75,13 @@ > #define KRB5_KEY_LENGTH(k) ((k)->keyvalue.length) > #define KRB5_KEY_DATA(k) ((k)->keyvalue.data) > #define KRB5_KEY_DATA_CAST void >+#define KRB5_FREE_STRING(c,k) krb5_xfree(k) > #else /* MIT */ > #define KRB5_KEY_TYPE(k) ((k)->enctype) > #define KRB5_KEY_LENGTH(k) ((k)->length) > #define KRB5_KEY_DATA(k) ((k)->contents) > #define KRB5_KEY_DATA_CAST krb5_octet >+#define KRB5_FREE_STRING(c,k) krb5_free_string(c,k) > #endif > > #ifdef HAVE_LIBCAP_NG >@@ -358,7 +360,7 @@ > syslog(LOG_DEBUG, "%s: krb5_cc_get_full_name failed: %d\n", __func__, ret); > } else { > syslog(LOG_DEBUG, "%s: default ccache is %s\n", __func__, cachename); >- krb5_free_string(context, cachename); >+ KRB5_FREE_STRING(context, cachename); > } > > if (!get_tgt_time(cc)) {
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 612584
:
466998
| 467000