mirror of
https://github.com/lua/lua
synced 2026-06-08 15:34:49 +00:00
3347c9d32d
The check for limit of local variables is made after generating code to initialize them. If there are too many local variables not initialized, the coding of instruction OP_LOADNIL could overflow an argument.