cffi-lua
cffi-lua copied to clipboard
get rid of malloc and abort usage
All allocations in the system should be done through Lua's allocator. Also, we should never abort
, instead access to lua_State
state should be ensured at all times in those contexts and a Lua error should be raised.