mirror of https://github.com/OISF/suricata
lua/flowvarlib: fix unchecked null
Use checkudata, instead of testudata which won't return in case of NULL, but raise an error in the Lua script. Fixes: ** CID 1646748: Null pointer dereferences (NULL_RETURNS) /src/util-lua-flowvarlib.c: 89 in LuaFlowvarValue()pull/13117/head
parent
35cf378233
commit
096aa9250e
Loading…
Reference in New Issue