Re: Segmentation fault in lua_getlocal
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Segmentation fault in lua_getlocal
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2020年7月25日 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