On Thu, 9 Jan 2014, Daniel Stenberg wrote:
But init_resolve_thread() that also gets 'hints' as an argument gets called from two different places - depending if getaddrinfo was present or not at configure time. One of them passes NULL as hints...
... which it does because the 'hints' field in the thread_sync_data struct only is present if HAVE_GETADDRINFO is defined!
Hm. -- / daniel.haxx.se ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
