]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0084 v8.0.0084
authorBram Moolenaar <Bram@vim.org>
Sun, 13 Nov 2016 14:09:26 +0000 (15:09 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 13 Nov 2016 14:09:26 +0000 (15:09 +0100)
commit7618e00d3b8bfe064cfc524640d754607361f9df
tree359ccc01609eaa42df4174fe21cc8710cf0c5276
parent8e639052638a9bb8c7dd6e3e10776b1218cec1a3
patch 8.0.0084
Problem:    Using freed memory when adding to a quickfix list. (Domenique
            Pelle)
Solution:   Clear the directory name.
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c