commit | 2f82ca7d79148ae931bf28a747ede06ba8a65de8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 17 19:22:52 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 17 19:22:52 2018 +0200 |
tree | f748049be0a17f39d54c83818e61397f4af5ea21 | |
parent | a5616b0136cea2104a475d143a1685d71e9b2d3d [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 0ecc60c..e55be52 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 68, +/**/ 67, /**/ 66,