]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3741: using freed memory in open command v8.2.3741
authorBram Moolenaar <Bram@vim.org>
Sun, 5 Dec 2021 12:06:24 +0000 (12:06 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 5 Dec 2021 12:06:24 +0000 (12:06 +0000)
commite031fe90cf2e375ce861ff5e5e281e4ad229ebb9
tree8723b11cb324f35a8959b759ad94c106e3f62dad
parentc7269f862748c3b0f56b5a651019e18c7d5190ee
patch 8.2.3741: using freed memory in open command

Problem:    Using freed memory in open command.
Solution:   Make a copy of the current line.
src/ex_docmd.c
src/testdir/test_ex_mode.vim
src/version.c