commit | 3fffa97159a427067b60c80ed4645e168cc5c4bd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 05 21:06:10 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 05 21:06:10 2020 +0200 |
tree | f0fb9f2fd843478461584c9f6444c8c15d0ae1c5 | |
parent | 07188fc5ef2366a3b1952e8686a4031b44152d59 [diff] [blame] |
patch 8.2.0908: crash when changing the function table while listing it Problem: Crash when changing the function table while listing it. Solution: Bail out when the function table changes. (closes #6209)
diff --git a/src/version.c b/src/version.c index 3fccc70..20c0e0d 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 908, +/**/ 907, /**/ 906,