mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00
![]() Here testing with the test serer and chrome 25, the buffer expansion code on Rx was triggered by a valid no data output condition and looped until it exhausted all memory. This patch adds OOM check to all malloc()s and removes the buffer expansion code on the rx path... leaving the code on tx path for now. Signed-off-by: Andy Green <andy.green@linaro.org> |
||
---|---|---|
.. | ||
.gitignore | ||
base64-decode.c | ||
client-handshake.c | ||
extension-deflate-frame.c | ||
extension-deflate-frame.h | ||
extension-deflate-stream.c | ||
extension-deflate-stream.h | ||
extension-x-google-mux.c | ||
extension-x-google-mux.h | ||
extension.c | ||
handshake.c | ||
libwebsockets.c | ||
libwebsockets.h | ||
Makefile.am | ||
md5.c | ||
parsers.c | ||
private-libwebsockets.h | ||
sha-1.c |