]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1828 v7.4.1828
authorBram Moolenaar <Bram@vim.org>
Mon, 9 May 2016 18:38:53 +0000 (20:38 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 9 May 2016 18:38:53 +0000 (20:38 +0200)
commite0f76d00979c972329f6c371463a20da61ccad65
treee28e61d582639de36a5885f47333ae7d63a90dc1
parentfb6ffc732e65dbc459c89247ff78134402f1a18b
patch 7.4.1828
Problem:    May try to access buffer that's already freed.
Solution:   When freeing a buffer remove it from any channel.
src/buffer.c
src/channel.c
src/proto/channel.pro
src/version.c