commit | 41114a2a27047bf1884e092b98c6298c128eb2f0 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Thu Jul 29 20:22:14 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 29 20:22:14 2021 +0200 |
tree | e0af00022d38df4ba34dab48d7c36590d7b5fbbc | |
parent | 83cd0156e01b5befadf12ee66bc26436ee8d023f [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index c0aa0d9..b0e67ed 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3244, +/**/ 3243, /**/ 3242,