Re: PR #7117 failing, help

2021-05-23 Thread Daniel Stenberg via curl-library
On Sun, 23 May 2021, Gealber Morales via curl-library wrote: mqtt.c:200:3: error: implicit declaration of function 'bzero' [-Wimplicit-function-declaration] 200 | bzero(packet, packetlen); You musn't use bzero() because it isn't portable enough. Use memset() instead and there won't be

Re: PR #7117 failing, help

2021-05-23 Thread Gealber Morales via curl-library
Just find out that bzero has been deprecated, my bad El dom, 23 de may. de 2021 a la(s) 16:59, Gealber Morales (

PR #7117 failing, help

2021-05-23 Thread Gealber Morales via curl-library
Hello there, I recently made a pull request #7117 adding support for username/password for MQTT in curl. There's a lot of workflows failing, I will review them one by one, so I'll be asking here what could be the reason, so any help is welcome. On the