commit | f9e35627ed26dff4114a1d01ff113d8b4cc91ab5 | [log] [tgz] |
---|---|---|
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | Wed Feb 26 11:31:10 2025 -0300 |
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | Wed Feb 26 11:31:10 2025 -0300 |
tree | ad817f574adcd2d57720c8a498626919b85e6e78 | |
parent | ceac82f78be8baeddfa8536472d8b08df2eb7d49 [diff] |
'lua_State.nci' must be an integer Lua can easily overflow an unsigned short counting nested calls. (The limit to this value is the maximum stack size, LUAI_MAXSTACK, which is currently 1e6.)
This is the repository of Lua development code, as seen by the Lua team. It contains the full history of all commits but is mirrored irregularly. For complete information about Lua, visit Lua.org.
Please do not send pull requests. To report issues, post a message to the Lua mailing list.
Download official Lua releases from Lua.org.