FreeBSD Bugzilla – Attachment 169295 Details for
Bug 208767
net/samba43: error, linker failure : smbspool_krb5_wrapper.c:198: undefined reference to `clearenv'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
clearenv fix
net_samba43.patch (text/plain), 1.04 KB, created by
Mikael Urankar
on 2016-04-13 18:15:54 UTC
(
hide
)
Description:
clearenv fix
Filename:
MIME Type:
Creator:
Mikael Urankar
Created:
2016-04-13 18:15:54 UTC
Size:
1.04 KB
patch
obsolete
>Index: files/patch-source3_client_smbspool_krb5_wrapper.c >=================================================================== >--- files/patch-source3_client_smbspool_krb5_wrapper.c (nonexistent) >+++ files/patch-source3_client_smbspool_krb5_wrapper.c (working copy) >@@ -0,0 +1,11 @@ >+--- source3/client/smbspool_krb5_wrapper.c.orig 2016-04-13 19:37:54 UTC >++++ source3/client/smbspool_krb5_wrapper.c >+@@ -195,7 +195,7 @@ int main(int argc, char *argv[]) >+ * Make sure we do not have LD_PRELOAD or other security relevant >+ * environment variables set. >+ */ >+- clearenv(); >++ environ[0] = NULL; >+ >+ CUPS_SMB_DEBUG("Setting KRB5CCNAME to '%s'", gen_cc); >+ setenv("KRB5CCNAME", gen_cc, 1); > >Property changes on: files/patch-source3_client_smbspool_krb5_wrapper.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 208767
: 169295