mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-30 00:00:16 +01:00
![]() This lets you build using the runtime Address Sanitizer in gcc. LWS is heavily tested with valgrind routinely during development. But ASAN did find some theoretical-only issues with shifting, strictly ~(1 << 31) is a signed int, it should be ~(1u << 31). Gcc does the same for both, but it's good to have the ability to find these. |
||
---|---|---|
.. | ||
adopt.c | ||
alloc.c | ||
connect.c | ||
context.c | ||
dummy-callback.c | ||
libwebsockets.c | ||
output.c | ||
pollfd.c | ||
private.h | ||
service.c |