[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Segmentation fault in lua_getlocal
- From: Roberto Ierusalimschy <roberto@...>
- Date: Sat, 25 Jul 2020 15:41:58 -0300
> We found an segmentation fault in lua_getlocal.
>
> [...]
That one was easy :-) (Overflow in -n when n is minint, in ldebug.c:205.)
Thanks for the report,
-- Roberto