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: Andrew Gierth <andrew@...>
- Date: 2020年7月10日 09:18:04 +0100
>>>>> "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.
--
Andrew.