]> granicus.if.org Git - vim/commit
patch 9.0.1099: trying to resize a hashtab may cause a problem v9.0.1099
authorBram Moolenaar <Bram@vim.org>
Mon, 26 Dec 2022 13:08:06 +0000 (13:08 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 26 Dec 2022 13:08:06 +0000 (13:08 +0000)
commit81b7ecc5cb78cad901a9a85e46ecba109cc6ee7d
treebb1c6ab4600ec9a4bdfff656f5918b125d043ced
parent465de3a57b815f1188c707e7c083950c81652536
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.
src/hashtab.c
src/version.c