The Samba-Bugzilla – Attachment 8147 Details for
Bug 7466
S3 didn't manage to register dynamic dns record in a S4 domain
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix for the panic
0001-libads-Always-free-the-talloc_stackframe-on-error-pa.patch (text/plain), 672 bytes, created by
Andrew Bartlett
on 2012-11-04 22:48:51 UTC
(
hide
)
Description:
Fix for the panic
Filename:
MIME Type:
Creator:
Andrew Bartlett
Created:
2012-11-04 22:48:51 UTC
Size:
672 bytes
patch
obsolete
>From 08fbfe6f0b31fc4f8f7dfa35baa53551a083e9c9 Mon Sep 17 00:00:00 2001 >From: Andrew Bartlett <abartlet@samba.org> >Date: Mon, 5 Nov 2012 09:46:49 +1100 >Subject: [PATCH] libads: Always free the talloc_stackframe() on error path > >--- > source3/libads/kerberos.c | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/source3/libads/kerberos.c b/source3/libads/kerberos.c >index 3183e26..50a409c 100644 >--- a/source3/libads/kerberos.c >+++ b/source3/libads/kerberos.c >@@ -701,6 +701,7 @@ static char *get_kdc_ip_string(char *mem_ctx, > char *kdc_str = print_kdc_line(mem_ctx, "", pss, kdc_name); > > if (kdc_str == NULL) { >+ TALLOC_FREE(frame); > return NULL; > } > >-- >1.7.11.7 >
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
Flags:
obnox
:
review+
mat
:
review+
Actions:
View
Attachments on
bug 7466
:
5743
|
5744
|
7997
| 8147 |
8156