libwebsockets/lib
Andy Green d4302734d7 fix null protocol dereference when closing session
Thanks to Christopher Baker for pointing out that when we close a session,
if the close is coming before a protocol was negotiated for the connection
or when the protocol was otherwise left at NULL, we'll blow a segfault.

This implements his proposed fix.

Reported-by: Christopher Baker <me@christopherbaker.net>
Signed-off-by: Andy Green <andy@warmcat.com>
2011-02-28 07:45:29 +00:00
..
base64-decode.c introduce-client-support.patch 2011-01-22 12:51:57 +00:00
client-handshake.c carry over 05 specific stuff to 06 2011-02-26 11:13:56 +00:00
handshake.c carry over 05 specific stuff to 06 2011-02-26 11:13:56 +00:00
libwebsockets.c fix null protocol dereference when closing session 2011-02-28 07:45:29 +00:00
libwebsockets.h require close reason argument on close and free session 2011-02-26 11:04:01 +00:00
Makefile.am uplevel-soname-and-spec-0.3.patch 2011-01-27 06:36:39 +00:00
Makefile.in uplevel-soname-and-spec-0.3.patch 2011-01-27 06:36:39 +00:00
md5.c introduce-private-md5-sha1.patch 2011-01-23 17:47:08 +00:00
parsers.c carry over 05 specific stuff to 06 2011-02-26 11:13:56 +00:00
private-libwebsockets.h change default client version to 06 2011-02-26 11:08:46 +00:00
sha-1.c introduce-ssl-client-connections--flow-control.patch 2011-01-27 06:26:52 +00:00