commit | 38455a921395a56690790c8c1d28c1c43ca04c8a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 24 18:39:02 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 24 18:39:02 2020 +0100 |
tree | d762d33f56f9375c80a61b1072382138e287413f | |
parent | 0261a1aeeb4ccec4ef75cc8e0685c78f5622dbf5 [diff] [blame] |
patch 8.2.2207: illegal memory access if popup menu items are changed Problem: Illegal memory access if popup menu items are changed while the menu is visible. (Tomáš Janoušek) Solution: Make a copy of the text. (closes #7537)
diff --git a/src/version.c b/src/version.c index adba2cd..a5394f9 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2207, +/**/ 2206, /**/ 2205,