1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/lib/core-net/client
Andy Green 4a4200d680 connect2: log dereferences things that may have been destroyed
It's perfectly possible we will have destroyed the wsi and report that
back in the return code.  So let's not dumbly defreference the wsi to
make a log inbetweentimes.

Found with fault injection and valgrind.
2021-03-10 20:31:05 +00:00
..
client.c type comparisons: fixes 2021-01-05 10:56:38 +00:00
connect.c lws_metrics 2021-03-08 21:47:28 +00:00
connect2.c connect2: log dereferences things that may have been destroyed 2021-03-10 20:31:05 +00:00
connect3.c connect: erase previous unusability when retrying connect 2021-03-10 20:31:00 +00:00
connect4.c lws_metrics 2021-03-08 21:47:28 +00:00
sort-dns.c netlink: migrate to context 2021-03-08 20:43:19 +00:00