1
0
forked from aniani/vim

patch 8.2.3244: Lua 5.3 print() with a long string crashes

Problem:    Lua 5.3 print() with a long string crashes.
Solution:   Use a growarray instead of a Lua buffer. (Yegappan Lakshmanan,
            closes #8655)
This commit is contained in:
Yegappan Lakshmanan
2021-07-29 20:22:14 +02:00
committed by Bram Moolenaar
parent 83cd0156e0
commit 41114a2a27
4 changed files with 34 additions and 8 deletions

View File

@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3244,
/**/
3243,
/**/