commit | db661fb95dc41b7a9438cf3cd4e77f8410bc81c0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 29 22:17:16 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 29 22:17:16 2020 +0100 |
tree | abaa599d8defc53879ca396f43f5fe816e21709e | |
parent | 5d98dc2a48156d44139b75c689bd3137ff7fe8bf [diff] [blame] |
patch 8.2.0175: crash when removing list element in map() Problem: Crash when removing list element in map(). Solution: Lock the list. (closes #2652)
diff --git a/src/version.c b/src/version.c index df1fe0d..0306e47 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 175, +/**/ 174, /**/ 173,