1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/lib/core
Andy Green 1f1314160a lws_hdr_copy: ensure enough extra space
Audit all lws_hdr_copy() usages inside lws and make sure we
take care about it failing.

Also since the patch around aggregation of headers by ',',
lws_hdr_copy() needs a little more space in the output buffer,
adjust one place where that caused it to start failing in an
exact-sized buffer.
2018-10-26 16:14:30 +08:00
..
adopt.c uv: allocate watcher 2018-10-13 12:43:13 +08:00
alloc.c refactor: core code in lib/core and private-libwebsockets.h to core/private.h 2018-05-03 10:49:36 +08:00
connect.c codacy: minor fixes 2018-10-13 08:16:27 +08:00
context.c uv: allocate watcher 2018-10-13 12:43:13 +08:00
dummy-callback.c fulltext search 2018-10-26 13:53:28 +08:00
libwebsockets.c tokenizer: use signed char where needed 2018-10-26 14:03:23 +08:00
output.c issue_raw: translate transaction_completed decision about close into local semantics 2018-09-20 07:06:51 +08:00
pollfd.c fulltext search 2018-10-26 13:53:28 +08:00
private.h lws_time_in_microseconds: export 2018-10-14 06:15:36 +08:00
service.c lws_hdr_copy: ensure enough extra space 2018-10-26 16:14:30 +08:00