cffi-lua icon indicating copy to clipboard operation
cffi-lua copied to clipboard

get rid of malloc and abort usage

Open q66 opened this issue 4 years ago • 0 comments

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.

q66 avatar Oct 24 '20 17:10 q66