On Sunday 27 March 2011 10:55:45 [email protected] wrote: > This is what you need: > > if (CURL_MAX_WRITE_SIZE > (size_t) -1) > { > // potential buffer overflow > }
Such a condition is unsatisfiable unless you change CURL_MAX_WRITE_SIZE manually. You should not change the define unless you know exactly what you are doing. Kamil ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
