]> granicus.if.org Git - vim/commit
patch 8.0.1732: crash when terminal API call deletes the buffer v8.0.1732
authorBram Moolenaar <Bram@vim.org>
Tue, 17 Apr 2018 21:24:06 +0000 (23:24 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 17 Apr 2018 21:24:06 +0000 (23:24 +0200)
commita997b45c7e350ea5b378ca0c52ed3d4cc610975c
tree4ce7c2e8741723990ad32cea475b013215a250e8
parente87edf3b85f607632e5431640071fdbc36b685b2
patch 8.0.1732: crash when terminal API call deletes the buffer

Problem:    Crash when terminal API call deletes the buffer.
Solution:   Lock the buffer while calling a function. (closes #2813)
src/buffer.c
src/terminal.c
src/testdir/test_autocmd.vim
src/testdir/test_terminal.vim
src/version.c