commit | 17fa233f6f88587d35310b76f48c5a26642c470a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 01 19:44:47 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 01 19:44:47 2022 +0100 |
tree | 7dc95e7c48fbf06d313fdd95c5d65b508b423a79 | |
parent | 22ebd172e48ba060c8a7bae3dbf6480b7596d937 [diff] [blame] |
patch 8.2.4663: occasional crash when running the GUI tests Problem: Occasional crash when running the GUI tests. Solution: Check that the line index is not too high. (closes #8681)
diff --git a/src/version.c b/src/version.c index d3be7a8..72ba02c 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4663, +/**/ 4662, /**/ 4661,