lua: add short readme

This commit is contained in:
sfan5 2024-06-24 17:48:26 +02:00
parent 837aab0e98
commit 868b548dd0

6
lib/lua/README.md Normal file
View File

@ -0,0 +1,6 @@
## 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.