]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3428: using freed memory when replacing v8.2.3428
authorBram Moolenaar <Bram@vim.org>
Sat, 11 Sep 2021 19:14:20 +0000 (21:14 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 11 Sep 2021 19:14:20 +0000 (21:14 +0200)
commit35a9a00afcb20897d462a766793ff45534810dc3
tree2706b760e766121610ba642b5d45496861a7a898
parentb3bf33a7b227df871834e816c4ce4b2706b56bea
patch 8.2.3428: using freed memory when replacing

Problem:    Using freed memory when replacing. (Dhiraj Mishra)
Solution:   Get the line pointer after calling ins_copychar().
src/normal.c
src/testdir/test_edit.vim
src/version.c