]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3855: illegal memory access when displaying a blob v8.2.3855
authorYegappan Lakshmanan <yegappan@yahoo.com>
Sun, 19 Dec 2021 19:19:31 +0000 (19:19 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 19 Dec 2021 19:19:31 +0000 (19:19 +0000)
commitbc404bfb32cf2bef34050d2aeae0ea72ccf980cc
tree31d8afcbb43b5cde41311e847caddcc199d42178
parent86b3ab4fa0de3e8884ab6a6ced2a70592b937d0f
patch 8.2.3855: illegal memory access when displaying a blob

Problem:    Illegal memory access when displaying a blob.
Solution:   Append a NUL at the end. (Yegappan Lakshmanan, closes #9372)
src/blob.c
src/regexp_nfa.c
src/testdir/test_blob.vim
src/testdir/test_messages.vim
src/version.c