top | item 45498027

(no title)

reconditerose | 4 months ago

Seems similar in impact to https://nvd.nist.gov/vuln/detail/cve-2021-32626, I wonder why this has a CVE 10.

This code also looks generally fixed in Lua5.4, https://github.com/lua/lua/blame/9ea06e61f20ae34974226074fc6.... Valkey and Redis really need to move to Lua that isn't so old.

discuss

order

antirez|4 months ago

Lua that isn't too old is not compatible with old Lua, unfortunately.

reconditerose|4 months ago

LuaJIT is mostly compatible with 5.1, our goal is to make it pluggable so you can run with either 5.4 or 5.1.