Adventures in Lua stack overflows
http://cmsj.net/2018/04/13/lua-stack-adventures.html [cmsj.net]
2018-04-15 16:25
If you’ve never used it before, Lua’s C API is designed to be very simple to integrate with other code, but it also places a fairly high burden on developers to integrate it properly.
I never thought the burden was high, rather convenient compared to other languages actually, but this is one potential trouble spot.
source: L