mirror of https://github.com/OISF/suricata
rust/lua: use lua_pushlstring for strings
Lua strings can contain NULLs, and Rust strings are UTF8 which can also contain NULLs. Use pushlstring so a NULL containing string can be pushed.pull/2790/head
parent
6dbc5be4be
commit
96cc503026
Loading…
Reference in New Issue