Re: [PATCH] Use libresolv to initialize cares on iPhone targets

2016-01-18 Thread Gregor Jasny
Hi, David Drysdale wrote: Thanks, I've pulled that change in (with a trvial tweak to break out of the loop on strdup failure). thanks for merging. I would suggest that you remove the tweak because now deallocation is broken. The problem is that now the upper array elements are uninitialize

Re: [PATCH] Use libresolv to initialize cares on iPhone targets

2016-01-09 Thread Gregor Jasny
Hello, On 25/11/15 15:24, Gregor Jasny wrote: > this is a reworked version of Yury Kirpichev's patch to add iOS support > to cares. Compared to the former version the following has been added: > > * IPv6 name server now work properly. The ones ones in nsaddr_list have > their address family set

[PATCH] Use libresolv to initialize cares on iPhone targets

2015-11-25 Thread Gregor Jasny
t for a start. Patch is attached and also in this PR: https://github.com/bagder/c-ares/pull/29 Thanks, Gregor From 4e30c6ed3f9513c493729ed426f1a8885baf04fa Mon Sep 17 00:00:00 2001 From: Gregor Jasny Date: Wed, 25 Nov 2015 15:03:26 +0100 Subject: [PATCH] Use libresolv to initialize cares on i