mirror of https://github.com/OISF/suricata
lua: don't attempt to garbage collect a null value
When not sandboxed, a script can get access to the metatable and call `.__gc` with an invalid value like nil, causing a NULL pointer dereference in Suricata. Ticket: #8248pull/14697/head
parent
b944e3b1ed
commit
5d61f5253d
Loading…
Reference in New Issue