]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1485: double free when garbage_collect() is used in autocommand v8.1.1485
authorBram Moolenaar <Bram@vim.org>
Thu, 6 Jun 2019 17:03:17 +0000 (19:03 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 6 Jun 2019 17:03:17 +0000 (19:03 +0200)
commitc07f67ad0e9c48a07d49f2d67eb63e183a22386a
treea82a0eee25fe9c4f4c61cc749c85e2b771cbeb62
parent75ee544f99ca66be8105570c6309d95435ad30d1
patch 8.1.1485: double free when garbage_collect() is used in autocommand

Problem:    Double free when garbage_collect() is used in autocommand.
Solution:   Have garbage collection also set the copyID in funccal_stack.
src/eval.c
src/userfunc.c
src/version.c