Re: Heap overflow in luaH_get
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Heap overflow in luaH_get
- From: Dibyendu Majumdar <mobile@...>
- Date: 2020年7月10日 10:28:53 +0100
On 2020年7月10日 at 09:18, Andrew Gierth <andrew@tao11.riddles.org.uk> wrote:
>
> >>>>> "Dibyendu" == Dibyendu Majumdar <mobile@majumdar.org.uk> writes:
>
> Dibyendu> In Ravi, when I run this - I see GC being invoked recursively
> Dibyendu> ... should that happen?
>
> The Lua GC disables itself when running finalizers, so it shouldn't
> recurse normally, but an explicit call to collectgarbage() overrides
> that.
>
Okay thanks.