The Samba-Bugzilla – Attachment 8410 Details for
Bug 9555
Replication fails in IPv6-only environment due to a trivial bug in dns_ex.c
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
git-formated patch
0001-s4-resolve-Fix-parsing-of-IPv6-AAAA-in-dns_lookup.patch (text/plain), 671 bytes, created by
Arvid Requate
on 2013-01-11 13:20:17 UTC
(
hide
)
Description:
git-formated patch
Filename:
MIME Type:
Creator:
Arvid Requate
Created:
2013-01-11 13:20:17 UTC
Size:
671 bytes
patch
obsolete
>From 9a8150e27cf3ca1fa11d382d4396923a19ffb7db Mon Sep 17 00:00:00 2001 >From: Arvid Requate <requate@univention.de> >Date: Fri, 11 Jan 2013 14:17:06 +0100 >Subject: [PATCH] s4-resolve: Fix parsing of IPv6/AAAA in dns_lookup > >--- > source4/libcli/resolve/dns_ex.c | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/source4/libcli/resolve/dns_ex.c b/source4/libcli/resolve/dns_ex.c >index 7f5b841..bc64e8d 100644 >--- a/source4/libcli/resolve/dns_ex.c >+++ b/source4/libcli/resolve/dns_ex.c >@@ -140,6 +140,7 @@ static int reply_to_addrs(TALLOC_CTX *mem_ctx, uint32_t *a_num, > if (addr == NULL) { > continue; > } >+ break; > default: > continue; > } >-- >1.7.10.4 >
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 9555
:
8409
| 8410 |
8423