1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

fuzzer eliminate hsecond ah free path firing assert sentinel

Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
Andy Green 2016-01-13 05:01:17 +08:00
parent 9928cccdb6
commit 8308073464

View file

@ -274,8 +274,7 @@ handshake_0405(struct lws_context *context, struct lws *wsi)
bail:
/* free up his parsing allocations */
lws_free_header_table(wsi);
/* caller will free up his parsing allocations */
return -1;
}