On Wed, 5 Feb 2014, Steve Holme wrote:
From the Valgind Memcheck log, and my limited knowledge of them, it looks like the buffer allocated in idna_to_ascii() in libIDN which is used to transform the non-ascii based URL is not long enough - by one byte - so generates a read error but if this was the case why has my rework suddenly broken things / flagged this?
Don't worry about that, it is a false positive. We normally suppress that warning with the tests/valgrind.supp file but I guess the call stack has been altered slightly now so I need to update the suppress file.
I'll check it out! -- / daniel.haxx.se ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
