commit | d3710cf01ef6ab1b2f233866ff01dab76686f642 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 04 23:13:13 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 04 23:13:13 2021 +0100 |
tree | 28e2058098833e3f613c0ecf75733ee4e0cc1627 | |
parent | 08d7b1c82866a61b61a55e55b6c190dba04e54ea [diff] [blame] |
patch 8.2.3476: renaming a buffer on startup may cause using freed memory Problem: Renaming a buffer on startup may cause using freed memory. Solution: Check if the buffer is used in a window. (closes #8955)
diff --git a/src/version.c b/src/version.c index e6a4b1a..95200c6 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3476, +/**/ 3475, /**/ 3474,