mirror of
https://github.com/lua/lua.git
synced 2026-07-25 23:49:06 +00:00
75ea9ccbea7c4886f30da147fb67b693b2624c26
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%