]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0024: may access part of typeahead buf that isn't filled v9.0.0024
authorBram Moolenaar <Bram@vim.org>
Sat, 2 Jul 2022 11:08:16 +0000 (12:08 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 2 Jul 2022 11:08:16 +0000 (12:08 +0100)
commitaf043e12d9e5869c597de40b9a2517ae97ac72e7
tree3d141f1d6710bdcbb634114f54e870dace34fef2
parentf2ce76a8c0290af35e434e38cfe889ed0fec4c6a
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.
src/getchar.c
src/version.c