1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/lib/plat/unix
Andy Green 0995c27f50 coverity: fixes plugin error path leak and logging method sign check
Broadened the checking config to

cmake .. -DCMAKE_BUILD_TYPE=DEBUG \
         -DLWS_WITH_SYS_ASYNC_DNS=1 \
         -DLWS_WITH_SYS_NTPCLIENT=1 \
         -DLWS_WITH_SYS_DHCP_CLIENT=1 \
         -DLWS_WITH_GENCRYPTO=1 \
         -DLWS_WITH_DETAILED_LATENCY=1 \
         -DLWS_IPV6=1 \
         -DLWS_WITH_FTS=1 \
         -DLWS_WITH_LWSWS=1 \
         -DLWS_UNIX_SOCK=1 \
         -DLWS_WITH_HTTP_PROXY=1 \
         -DLWS_WITH_MINIMAL_EXAMPLES=1
2020-01-14 08:23:25 +00:00
..
android cleaning 2020-01-05 22:17:58 +00:00
private-lib-plat-unix.h adopt: udp iface and AF_PACKET 2019-10-12 12:41:14 +01:00
unix-caps.c _GNU_SOURCE: only define if not already defined 2019-12-22 18:17:45 +00:00
unix-fds.c cleaning 2020-01-05 22:17:58 +00:00
unix-file.c _GNU_SOURCE: only define if not already defined 2019-12-22 18:17:45 +00:00
unix-init.c _GNU_SOURCE: only define if not already defined 2019-12-22 18:17:45 +00:00
unix-misc.c lws_get_random: change length to size_t for coverity 2020-01-11 07:58:37 +00:00
unix-pipe.c _GNU_SOURCE: only define if not already defined 2019-12-22 18:17:45 +00:00
unix-plugins.c coverity: fixes plugin error path leak and logging method sign check 2020-01-14 08:23:25 +00:00
unix-resolv.c asynchronous dns for ipv4 and ipv6 2019-09-19 06:54:53 +01:00
unix-service.c _GNU_SOURCE: only define if not already defined 2019-12-22 18:17:45 +00:00
unix-sockets.c windows: clean type warnings 2020-01-11 14:04:50 +00:00