Indexing a non-existant component type stack overflows instead of returning nothing #33
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I don't even...th- that's not even a Lua error??? What am I supposed to do about that?????
It is possible to make a
C stack overflowerror simply from some Lua code.Just repeating a function would return
stack overflow, but if it takes something from the metatable, it returns aC stack overflowerror.Fixed in
317c0df9e8