mirror of
https://github.com/lua/lua.git
synced 2026-07-27 08:29:08 +00:00
v5.3.6
When "undumping" a long string, the function 'LoadVector' can call the reader function, which can run the garbage collector, which can collect the string being read. So, the string must be anchored during the call to 'LoadVector'. (This commit also fixes the identation in 'l_alloc'.)
Description
No description provided
Languages
C
66.4%
Lua
33%
Makefile
0.6%