commit | 2573af3519ad062ddad647b97e32090f106f2ac1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 14 17:21:34 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 14 17:21:34 2020 +0100 |
tree | 8de45c3c96c93235b20c8739c8dbb27c2f68c135 | |
parent | 193982650960f8411df51f3b3b0d44a75e1ac034 [diff] [blame] |
patch 8.2.0381: using freed memory with :lvimgrep and autocommand Problem: Using freed memory with :lvimgrep and autocommand. (extracted from POC by Dominique Pelle) Solution: Avoid deleting a dummy buffer used in a window. (closes #5777)
diff --git a/src/version.c b/src/version.c index 2d5c134..e49c628 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 381, +/**/ 380, /**/ 379,