commit | 083692d598139228e101b8c521aaef7bcf256e9a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 29 21:16:58 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 29 21:16:58 2022 +0100 |
tree | 237ad8cec0b948b2793e040fa7b8957e0f97fbd8 | |
parent | 83e11800cc3775de3135ac7d823137c8c1e87fa1 [diff] [blame] |
patch 9.0.0009: going past the end of a menu item with only modifier Problem: Going past the end of a menu item with only modifier. Solution: Check for NUL.
diff --git a/src/version.c b/src/version.c index ea1cc16..003984a 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 9, +/**/ 8, /**/ 7,