commit | ef2c325f5e3c437b722bb96bf369ba2a5c541163 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 25 16:31:51 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 25 16:31:51 2022 +0000 |
tree | dc85f0dc98dce1937b459d8d3882473f25db03c3 | |
parent | c1cf4c91072f91b6b8dd636627a4ddf6f4b21f16 [diff] [blame] |
patch 9.0.0949: crash when unletting a variable while listing variables Problem: Crash when unletting a variable while listing variables. Solution: Disallow changing a hashtable while going over the entries. (closes #11435)
diff --git a/src/version.c b/src/version.c index 8427210..e6fc986 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 949, +/**/ 948, /**/ 947,