]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1317: accessing freed memory in term_wait() v8.0.1317
authorBram Moolenaar <Bram@vim.org>
Sun, 19 Nov 2017 14:05:44 +0000 (15:05 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 19 Nov 2017 14:05:44 +0000 (15:05 +0100)
commite518226713784e628ae7ee077f1b66cb12b9ffd9
treee304eb20a74501add5a6b30e5f53de6505ad2542
parent44c2bffde74a98acdc60505e57c70cd7cc2afa1e
patch 8.0.1317: accessing freed memory in term_wait()

Problem:    Accessing freed memory in term_wait(). (Dominique Pelle)
Solution:   Check that the buffer still exists.
src/terminal.c
src/version.c