summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-03-14 17:21:34 +0100
committerBram Moolenaar <Bram@vim.org>2020-03-14 17:21:34 +0100
commit2573af3519ad062ddad647b97e32090f106f2ac1 (patch)
tree8de45c3c96c93235b20c8739c8dbb27c2f68c135 /src/version.c
parent193982650960f8411df51f3b3b0d44a75e1ac034 (diff)
downloadvim-git-8.2.0381.tar.gz
patch 8.2.0381: using freed memory with :lvimgrep and autocommandv8.2.0381
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)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 2d5c134c3..e49c628a3 100644
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 381,
+/**/
380,
/**/
379,