commit | 81b7ecc5cb78cad901a9a85e46ecba109cc6ee7d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 26 13:08:06 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 26 13:08:06 2022 +0000 |
tree | bb1c6ab4600ec9a4bdfff656f5918b125d043ced | |
parent | 465de3a57b815f1188c707e7c083950c81652536 [diff] [blame] |
patch 9.0.1099: trying to resize a hashtab may cause a problem Problem: Trying to resize a hashtab may cause a problem. Solution: Do not try to resize a hashtab before adding an item.
diff --git a/src/version.c b/src/version.c index fdaffe3..eb362a3 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1099, +/**/ 1098, /**/ 1097,