]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0240: using memory after it was freed v8.2.0240
authorBram Moolenaar <Bram@vim.org>
Mon, 10 Feb 2020 21:44:32 +0000 (22:44 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 10 Feb 2020 21:44:32 +0000 (22:44 +0100)
commit408030e8d053fe1c871b2fc366363a30ed98c889
treec6ce9d86863ea59bff2ad192cfd22187760b6492
parent355757aed6ae2ae5446882570d89f243e4805937
patch 8.2.0240: using memory after it was freed

Problem:    Using memory after it was freed. (Dominique Pelle)
Solution:   Do not mix converion buffer with other buffer.
src/version.c
src/vim.h
src/viminfo.c