Bug: http://curl.haxx.se/mail/lib-2015-07/0149.html
Reported-by: Eric Ridge
memory functions.
When you use this function, all callback arguments must be set to valid
-function pointers. \fBIf you are using libcurl with multiple threads the
-callback replacement functions must be thread safe.\fP
+function pointers. \fBIf you are using libcurl from multiple threads or with
+the threaded resolver (the default in Windows) the callback replacement
+functions must be thread safe.\fP
The prototypes for the given callbacks should match these:
.IP "void *malloc_callback(size_t size);"