commit | 434725cc4cbbadafc82954178f55864741455cdb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 06 11:27:52 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 06 11:27:52 2022 +0100 |
tree | 949a4101dbe6bf3d4f16b9c8d844598ee5c24b7b | |
parent | 3e79427803927be42409e9e50c0a308526b83656 [diff] [blame] |
patch 8.2.4880: Vim9: misplaced elseif causes invalid memory access Problem: Vim9: misplaced elseif causes invalid memory access. Solution: Check cs_idx not to be negative.
diff --git a/src/version.c b/src/version.c index 5a597a8..848c3e6 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4880, +/**/ 4879, /**/ 4878,