]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3915: illegal memory access when completing with invalid bytes v8.2.3915
authorBram Moolenaar <Bram@vim.org>
Mon, 27 Dec 2021 19:28:37 +0000 (19:28 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 27 Dec 2021 19:28:37 +0000 (19:28 +0000)
commit4b28ba3245df8274303c79429972f9dc9438e4aa
tree13be14eddf43b5129c33f2e0f00182da700f574f
parentaf4a61a85d6e8cacc35324f266934bc463a21673
patch 8.2.3915: illegal memory access when completing with invalid bytes

Problem:    illegal memory access when completing with invalid bytes.
Solution:   Avoid going over the end of the completion text.
src/insexpand.c
src/testdir/test_ins_complete.vim
src/version.c