[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: patch for CVE-2020-15888
- From: Andrew Gierth <andrew@...>
- Date: Wed, 28 Jul 2021 17:43:44 +0100
>>>>> "aman" == aman agrawal <aman.161089@gmail.com> writes:
aman> Hi Andrew,
aman> Thanks for the reply.
aman> I'm getting a crash in running the following code (some modification of
aman> http://lua-users.org/lists/lua-l/2020-07/msg00054.html) in Lua-5.2.2
I think that's likely to be caused by a separate bug, specifically this
one:
https://www.lua.org/bugs.html#5.2.2-1
which you will note is fixed in later 5.2.x versions. Does 5.2.3 crash
on that same code?
--
Andrew.