lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


>>>>> "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.