1
0
mirror of https://github.com/rtbrick/bngblaster.git synced 2024-05-06 15:54:57 +00:00

fix L2TP AVP unhide

This commit is contained in:
Christian Giese
2024-04-29 09:10:01 +00:00
parent d465f284de
commit 3158e3428e

View File

@@ -189,6 +189,11 @@ bbl_l2tp_avp_unhide(bbl_l2tp_tunnel_s *l2tp_tunnel, bbl_l2tp_avp_t *avp, uint8_t
char *secret;
uint16_t secret_len = 0;
if(!value) {
LOG(L2TP, "L2TP Error (%s) Invalid hidden AVP\n",
l2tp_tunnel->server->host_name);
return false;
}
if(!(random_vector && l2tp_tunnel->server->secret)) {
LOG(L2TP, "L2TP Error (%s) Missing random-vector or secret\n",
l2tp_tunnel->server->host_name);