commit | 885971e2f5eabc4108e083086c1d6d0a31a2782f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 18 22:25:29 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 18 22:25:29 2021 +0200 |
tree | 4ecfebdc5ea8ca8c6274b76255bc06c007f9a440 | |
parent | 9ff9c7b9741b216d3dc75603e50654088dc5f55b [diff] [blame] |
patch 8.2.3182: Vim9: crash when using removing items from a constant list Problem: Vim9: crash when using removing items from a constant list. (Yegappan Lakshmanan) Solution: When a list was allocated with items copy them.
diff --git a/src/version.c b/src/version.c index 371fdcd..6ae1d3b 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3182, +/**/ 3181, /**/ 3180,