]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0135: bracketed paste can still cause invalid memory access v8.2.0135
authorBram Moolenaar <Bram@vim.org>
Mon, 20 Jan 2020 20:12:20 +0000 (21:12 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 20 Jan 2020 20:12:20 +0000 (21:12 +0100)
commitfe4bbac1166f2e4e3fa18cb966ec7305198c8176
tree7dd1957be67664265dbf6dfc9c33834757def74c
parent8ba6bb7c94229f1e6f85ea5152ed8b4fbbbd9d20
patch 8.2.0135: bracketed paste can still cause invalid memory access

Problem:    Bracketed paste can still cause invalid memory access. (Dominique
            Pelle)
Solution:   Check for NULL pointer.
src/edit.c
src/testdir/test_search.vim
src/version.c