Re: Unit test suite for c-ares

2015-11-25 Thread Daniel Stenberg
On Wed, 25 Nov 2015, David Drysdale wrote: - Fix double-free from ares__read_line() failure case https://github.com/daviddrysdale/c-ares/commit/d91d731636f5 +1 - Extend the injection of malloc/free to cover realloc too: https://github.com/daviddrysdale/c-ares/commit/492a1cc5e4fa This

Re: Unit test suite for c-ares

2015-11-25 Thread David Drysdale
On Wed, Nov 25, 2015 at 10:16 AM, Daniel Stenberg wrote: > On Wed, 25 Nov 2015, David Drysdale wrote: > >> - Fix double-free from ares__read_line() failure case >> https://github.com/daviddrysdale/c-ares/commit/d91d731636f5 > > > +1 > >> - Extend the injection of malloc/free to

[PATCH] Use libresolv to initialize cares on iPhone targets

2015-11-25 Thread Gregor Jasny
Hello, 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 to AF_UNSPEC. As a work-around we call