1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/lib
Andy Green bf6ba0427b remove double free attempts from no ACCEPT server response cleanup path
The generic wsi close code is smart enough to clean up after these allocations itself

Signed-off-by: Andy Green <andy.green@linaro.org>
2016-01-20 09:37:49 +08:00
..
.gitignore Ignoring linux build files 2013-01-09 15:46:11 +08:00
alloc.c Subject: [PATCH] Add custom allocator support using the realloc() interface 2014-12-05 07:25:24 +08:00
base64-decode.c mbed3 warning cleaning 2015-11-14 16:31:01 +08:00
client-handshake.c clean internal refactor 2015-12-17 17:03:59 +08:00
client-parser.c clean internal refactor 2015-12-17 17:03:59 +08:00
client.c remove double free attempts from no ACCEPT server response cleanup path 2016-01-20 09:37:49 +08:00
context.c context protocol destroy provide nonnull wsi with context 2015-12-18 01:08:14 +08:00
daemonize.c clean internal refactor 2015-12-17 17:03:59 +08:00
extension-deflate-frame.c make protocols const require explicit context API BREAK 2015-12-14 06:43:26 +08:00
extension-deflate-frame.h whitespace trailing mass cleanout 2015-12-14 08:52:03 +08:00
extension-deflate-stream.c whitespace trailing mass cleanout 2015-12-14 08:52:03 +08:00
extension-deflate-stream.h whitespace trailing mass cleanout 2015-12-14 08:52:03 +08:00
extension.c lws_get_context not _ctx 2015-12-17 18:25:25 +08:00
getifaddrs.c whitespace trailing mass cleanout 2015-12-14 08:52:03 +08:00
getifaddrs.h Use LWS_HAVE_ instead of just HAVE_ 2015-10-12 09:53:17 +08:00
handshake.c clean internal refactor 2015-12-17 17:03:59 +08:00
header.c lws_get_context not _ctx 2015-12-17 18:25:25 +08:00
hpack.c public api remove superfluous context params API BREAK 2015-12-16 18:19:08 +08:00
http2.c clean internal refactor 2015-12-17 17:03:59 +08:00
huftable.h http2 hpack basic decode ok including huff 2014-10-12 08:38:16 +08:00
lextable-strings.h whitespace trailing mass cleanout 2015-12-14 08:52:03 +08:00
lextable.h Add PATCH, PUT, DELETE methods 2015-01-26 11:25:13 +08:00
libev.c lws_get_context not _ctx 2015-12-17 18:25:25 +08:00
libwebsockets.c lws_get_context not _ctx 2015-12-17 18:25:25 +08:00
libwebsockets.h uridecoding lws_hdr_fragment_length 2016-01-20 09:37:42 +08:00
lws-plat-mbed3.c clean internal refactor 2015-12-17 17:03:59 +08:00
lws-plat-mbed3.cpp lws_get_context not _ctx 2015-12-17 18:25:25 +08:00
lws-plat-unix.c clean internal refactor 2015-12-17 17:03:59 +08:00
lws-plat-win.c clean internal refactor 2015-12-17 17:03:59 +08:00
minihuf.c whitespace trailing mass cleanout 2015-12-14 08:52:03 +08:00
minilex.c whitespace trailing mass cleanout 2015-12-14 08:52:03 +08:00
output.c lws_get_context not _ctx 2015-12-17 18:25:25 +08:00
parsers.c fuzzer rx overflow mitigate 2016-01-20 09:37:49 +08:00
pollfd.c lws_get_context not _ctx 2015-12-17 18:25:25 +08:00
private-libwebsockets.h fuzzer rx overflow mitigate 2016-01-20 09:37:49 +08:00
server-handshake.c fuzzer eliminate hsecond ah free path firing assert sentinel 2016-01-20 09:37:49 +08:00
server.c fuzzer rx overflow mitigate 2016-01-20 09:37:49 +08:00
service.c lws_get_context not _ctx 2015-12-17 18:25:25 +08:00
sha-1.c clean reduce windows build warnings 2015-12-06 08:00:03 +08:00
ssl-http2.c clean internal refactor 2015-12-17 17:03:59 +08:00
ssl.c lws_get_context not _ctx 2015-12-17 18:25:25 +08:00