commit | 398a26f7fcd58fbc6e2329f892edbb7479a971bb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 13 22:13:33 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 13 22:13:33 2022 +0000 |
tree | 4ddec1eaef1a6ad926ad32fe93b2a1d28bfc5cac | |
parent | 920d311480114274e4d73156edf4b49ba0b712dd [diff] [blame] |
patch 9.0.0875: using freed memory when executing delfunc at more prompt Problem: Using freed memory when executing delfunc at the more prompt. Solution: Check function list not changed in another place. (closes #11437)
diff --git a/src/version.c b/src/version.c index c6e074a..9a459ea 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 875, +/**/ 874, /**/ 873,