On Fri, Jun 5, 2020 at 9:30 AM Zakrzewski, Jakub via curl-library < curl-library@cool.haxx.se> wrote:
> My wild guess is that Valgrind have something against the uninitialized > bytes in the "ev" objects. The union epoll_data is 64 bits but you set only > the 32-bit "fd" member. > Try zeroing "ev" in crawler_init and setsock before use. > Yeah. That seems to have worked. Not getting those error messages any more. James Read > ------------------------------------------------------------------- > Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library > Etiquette: https://curl.haxx.se/mail/etiquette.html
------------------------------------------------------------------- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html