]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3850: illegal memory access when displaying a partial v8.2.3850
authorBram Moolenaar <Bram@vim.org>
Sun, 19 Dec 2021 11:06:35 +0000 (11:06 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 19 Dec 2021 11:06:35 +0000 (11:06 +0000)
commit2de5371a755abd287dab6ff544924715a76d4abe
treea1162f966cf3aa2188a862bcebef924689e4cb83
parent389b72196e6aaeafe3f907c73d271f2c6b931140
patch 8.2.3850: illegal memory access when displaying a partial

Problem:    Illegal memory access when displaying a partial.
Solution:   Terminate the string with a NUL. (closes #9371)
src/eval.c
src/testdir/test_messages.vim
src/version.c