]> granicus.if.org Git - vim/commit
patch 8.1.0068: nasty autocommands can still cause using freed memory v8.1.0068
authorBram Moolenaar <Bram@vim.org>
Sun, 17 Jun 2018 17:22:52 +0000 (19:22 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 17 Jun 2018 17:22:52 +0000 (19:22 +0200)
commit2f82ca7d79148ae931bf28a747ede06ba8a65de8
treef748049be0a17f39d54c83818e61397f4af5ea21
parenta5616b0136cea2104a475d143a1685d71e9b2d3d
patch 8.1.0068: nasty autocommands can still cause using freed memory

Problem:    Nasty autocommands can still cause using freed memory.
Solution:   Disallow using setloclist() and setqflist() recursively.
src/evalfunc.c
src/version.c