commit | af043e12d9e5869c597de40b9a2517ae97ac72e7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 02 12:08:16 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 02 12:08:16 2022 +0100 |
tree | 3d141f1d6710bdcbb634114f54e870dace34fef2 | |
parent | f2ce76a8c0290af35e434e38cfe889ed0fec4c6a [diff] [blame] |
patch 9.0.0024: may access part of typeahead buf that isn't filled Problem: May access part of typeahead buf that isn't filled. Solution: Check length of typeahead.
diff --git a/src/version.c b/src/version.c index fe683f4..e8d506c 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 24, +/**/ 23, /**/ 22,