]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0859: NULL pointer access when term_free_vterm called twice v8.0.0859
authorBram Moolenaar <Bram@vim.org>
Fri, 4 Aug 2017 18:29:53 +0000 (20:29 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 4 Aug 2017 18:29:53 +0000 (20:29 +0200)
commit8e5eece8c5f22a2235edeb743d06253f6c54cfdc
tree7fe1e0beec3672563bdeaefcc09c17babedbafae
parenteb44a68b42eda207a5bc4def9ea8fc4d38acb650
patch 8.0.0859: NULL pointer access when term_free_vterm called twice

Problem:    NULL pointer access when term_free_vterm called twice.
Solution:   Return when tl_vterm is NULL. (Yasuhiro Matsumoto, closes #1934)
src/terminal.c
src/version.c