1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lib/roles/http
Andy Green 0ab4a707fb format strings: ban %.*s as some platforms lack it
The %.*s is very handy to print strings where you have a length, but
there is no NUL termination.  It's quite widely supported but at least
one vendor RTOS toolchain doesn't have it.

Since there aren't that many uses of it yet, audit all uses and
convert to a new helper lws_strnncpy() which uses the smaller of
two lengths.
2019-11-04 13:49:14 +00:00
..
client format strings: ban %.*s as some platforms lack it 2019-11-04 13:49:14 +00:00
compression private.h: rename to contain dir 2019-08-15 10:49:52 +01:00
server clean: warning where uint32_t is long 2019-10-31 11:01:39 +00:00
header.c client: use block parse and buflist 2019-09-22 03:08:36 -07:00
lextable-strings.h plat: refactor private headers and split files 2018-06-20 16:41:27 +08:00
lextable.h refactor role ops 2018-04-11 13:39:42 +08:00
minilex.c refactor role ops 2018-04-11 13:39:42 +08:00
parsers.c format strings: ban %.*s as some platforms lack it 2019-11-04 13:49:14 +00:00
private-lib-roles-http.h wsi flags: extra encodings 2019-10-12 12:41:14 +01:00