mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-30 00:00:16 +01:00
![]() The wilcard part was always length driven... but the check part relied on being NUL terminated. Change that to also use a length specifier and not need any NUL. To migrate old uses, just add a fourth param as strlen(check). |
||
---|---|---|
.. | ||
alloc.c | ||
buflist.c | ||
CMakeLists.txt | ||
context.c | ||
libwebsockets.c | ||
logs.c | ||
lws_dll2.c | ||
private-lib-core.h | ||
vfs.c |