mirror of https://github.com/lua/lua.git
Browse Source
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'.)v5.3 v5.3.6
Roberto Ierusalimschy
4 years ago
2 changed files with 11 additions and 7 deletions
Loading…
Reference in new issue