commit | 13656f02e457fb68cd7e72412fc24ccac02fb06e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 19 17:55:54 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 19 17:55:54 2020 +0100 |
tree | 1dd0d878cfb3230aab6e52beb6b6e5849816b937 | |
parent | 03290b8444b69c6d7307755770467bc488384e1a [diff] [blame] |
patch 8.2.2163: crash when discarded exception is the current exception Problem: Crash when discarded exception is the current exception. Solution: Compare the execption with current_exception. (closes #7499)
diff --git a/src/version.c b/src/version.c index 5ea062d..8f2c50a 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2163, +/**/ 2162, /**/ 2161,