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:
committed by
Bram Moolenaar
parent
83cd0156e0
commit
41114a2a27
@@ -755,6 +755,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3244,
|
||||
/**/
|
||||
3243,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user