The Samba-Bugzilla – Attachment 8423 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]
Patch for v4-0-test
tmp40.diff (text/plain), 801 bytes, created by
Stefan Metzmacher
on 2013-01-14 08:14:05 UTC
(
hide
)
Description:
Patch for v4-0-test
Filename:
MIME Type:
Creator:
Stefan Metzmacher
Created:
2013-01-14 08:14:05 UTC
Size:
801 bytes
patch
obsolete
>From c7358d3965e02a772dd050223e30261abb9ac492 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 (bug > #9555) > >Reviewed-by: Stefan Metzmacher <metze@samba.org> >(cherry picked from commit bdc172aca541046fd03b2b0cd69e054fe03d3a89) >--- > 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.9.5 >
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:
abartlet
:
review+
Actions:
View
Attachments on
bug 9555
:
8409
|
8410
| 8423