[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Heap overflow in luaT_adjustvarargs
- From: Andrew Gierth <andrew@...>
- Date: Wed, 08 Jul 2020 11:06:33 +0100
>>>>> "Yongheng" == Yongheng Chen <changochen1@gmail.com> writes:
Yongheng> Hi,
Yongheng> We found a heap overflow in lua. Here’s the details:
This is a checkstackGC failure, same problem as I described in another
of these report threads. (adjustvarargs and pretailcall are in fact the
only two users of checkstackGC, afaict)
--
Andrew.