]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2078: illegal memory access when using :print on invalid text v8.2.2078
authorBram Moolenaar <Bram@vim.org>
Wed, 2 Dec 2020 11:37:37 +0000 (12:37 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 2 Dec 2020 11:37:37 +0000 (12:37 +0100)
commit1cbfc9914db1cb06aaa092fa42eb7a2fc3dc7ad7
tree2d006290346b32cd411080d3087a84d8a49e08b6
parenta452b808b4da2d272ca4a50865eb8ca89a58f239
patch 8.2.2078: illegal memory access when using :print on invalid text

Problem:    Illegal memory access when using :print on invalid text. (Dhiraj
            Mishra)
Solution:   Check for more composing characters than supported. (closes #7399)
src/message.c
src/testdir/test_utf8.vim
src/version.c