commit | 6db660bed9ed5063f8c6e0fadeef32d44bbd017d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 01 14:08:54 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 01 14:08:54 2021 +0200 |
tree | 42d8778162bb5d6224c562ff505f2eb415561813 | |
parent | e97976baa7a74fbbe0cfecd1943fe1c5f9dfba4f [diff] [blame] |
patch 8.2.3267: Vim9: crash when disassembling using deleted script variable Problem: Vim9: crash when disassembling a function that uses a deleted script variable. Solution: Check the variable still exists. (closes #8683)
diff --git a/src/version.c b/src/version.c index 45cb4b6..962f002 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3267, +/**/ 3266, /**/ 3265,