commit | f54cedd6763e7727b4bfaeb34bb7c365a17675eb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 23 17:56:27 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 23 17:56:27 2022 +0000 |
tree | f7694b9fb1d728559280da02af945f3609357cc4 | |
parent | c9207d5d79310bd4628ce46d8db588fac17878a0 [diff] [blame] |
patch 9.0.1091: assignment to non-existing member causes a crash Problem: Assignment to non-existing member causes a crash. (Yegappan Lakshmanan) Solution: Give an error message and bail out when a member cannot be found.
diff --git a/src/version.c b/src/version.c index d07e657..5679588 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1091, +/**/ 1090, /**/ 1089,