Re: [patch] string.match() recursion depth limit
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [patch] string.match() recursion depth limit
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sun, 8 Jul 2012 09:02:11 -0300
> 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?