Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-08-18 | Fixed bug of long strings in binary chunksv5.3.6v5.3 | Roberto Ierusalimschy | 1 | -3/+7 | |
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'.) |