|
> Pattern matching in Lua uses recursion to implement several features. > The recursion depth is not limited, meaning that user code can cause > stack exhaustion and thus a segfault. Could you please post a minimal example that exhibits this problem?