The Samba-Bugzilla – Attachment 12808 Details for
Bug 12505
smbd will crash if keytab do not exist and SMB session is requested
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix
no-keytab-core.patch (text/plain), 425 bytes, created by
Jura Sasek
on 2017-01-10 01:33:35 UTC
(
hide
)
Description:
fix
Filename:
MIME Type:
Creator:
Jura Sasek
Created:
2017-01-10 01:33:35 UTC
Size:
425 bytes
patch
obsolete
>In-house >libkrb5-samba4.so.26.0.0 core if sp is NULL >Promotion to upstream. > >--- a/source4/heimdal/lib/krb5/store.c 2017-01-09 16:03:14.204115997 -0800 >+++ b/source4/heimdal/lib/krb5/store.c 2017-01-09 16:06:04.835337808 -0800 >@@ -270,6 +270,7 @@ > KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL > krb5_storage_free(krb5_storage *sp) > { >+ if(sp == NULL) return -1; > if(sp->free) > (*sp->free)(sp); > free(sp->data);
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 12505
: 12808 |
16440