mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-23 00:00:06 +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. |
||
---|---|---|
.. | ||
hpack.c | ||
http2.c | ||
huftable.h | ||
minihuf.c | ||
ops-h2.c | ||
private.h |