minetest/lib/lua
red-001 43363ee066
Disable CRT security warnings in MSVC (#15077)
MSVC by default warns if Annex-K style secure functions with additional parameter validation are not used. For better or worse, afaik other major compilers don't implement it, so it's not a very useful warning for a cross-platform project.
2024-08-31 20:47:29 +02:00
..
src lua: apply patch for "read overflow in 'l_strcmp'" 2024-06-30 20:38:22 +02:00
CMakeLists.txt Disable CRT security warnings in MSVC (#15077) 2024-08-31 20:47:29 +02:00
COPYRIGHT Update embedded Lua to 5.1.5 (#7387) 2018-05-30 16:30:44 +02:00
README.md lua: add short readme 2024-06-30 20:38:22 +02:00

Lua 5.1.5 source

This copy has been patched with Minetest-specific changes (lua_atccall) so it is not interchangeable with upstream PUC Lua.

A patch for CVE-2014-5461 has been applied.