mirror of
https://github.com/lua/lua
synced 2026-06-08 15:34:49 +00:00
6bc0f13505bf5d4f613d725fe008c79e72f83ddf
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'.
Description
Automated archival mirror of github.com/lua/lua
Languages
C
66.4%
Lua
33%
Makefile
0.6%