http_static: validate session before sending
Type: fix Signed-off-by: Florin Coras <fcoras@cisco.com> Change-Id: I18b9d0d67f5fe4c1714427259df29026153d8dd1
This commit is contained in:

committed by
Florin Coras

parent
f5b8e8d624
commit
28d5c1231c
@ -133,6 +133,8 @@ hss_session_send_data (hss_url_handler_args_t *args)
|
||||
hss_session_t *hs;
|
||||
|
||||
hs = hss_session_get (args->sh.thread_index, args->sh.session_index);
|
||||
if (!hs)
|
||||
return;
|
||||
|
||||
if (hs->data && hs->free_data)
|
||||
vec_free (hs->data);
|
||||
|
Reference in New Issue
Block a user