Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix potential security issue(s), documentation on minetest.deserializ…
…e() (#9369) Also adds an unittest
- Loading branch information
Showing
with
39 additions
and 11 deletions.
- +13 −7 builtin/common/serialize.lua
- +17 −1 builtin/common/tests/serialize_spec.lua
- +9 −3 doc/lua_api.txt