mirror of
https://github.com/lua/lua
synced 2025-02-07 00:34:00 +03:00
![Roberto Ierusalimschy](/assets/img/avatar_default.png)
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'.