commit | cf2594fbf34d9a6776bd9d33f845cb8ceb1e1cd0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 13 23:30:06 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 13 23:30:06 2022 +0000 |
tree | ba645afa4188118a25f5d183a60740a710f96b1d | |
parent | 68353e5270fca45daffee5b5f882853cdfa40f76 [diff] [blame] |
patch 9.0.0877: using freed memory with :comclear while listing commands Problem: Using freed memory with :comclear while listing commands. Solution: Bail out when the command list has changed. (closes #11440)
diff --git a/src/version.c b/src/version.c index 868118d..a764712 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 877, +/**/ 876, /**/ 875,