diff options
author | Bram Moolenaar <Bram@vim.org> | 2023-01-15 20:49:00 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2023-01-15 20:49:00 +0000 |
commit | ae3205aa55741152b0143dbd7d637b35f576793e (patch) | |
tree | d1534dd5b2fd0e2a17113eaa858720967b2ec968 /src/version.c | |
parent | 912bfee71041fce0902bbcb649faf247519ec400 (diff) | |
download | vim-git-ae3205aa55741152b0143dbd7d637b35f576793e.tar.gz |
patch 9.0.1205: crash when handling class that extends another classv9.0.1205
Problem: Crash when handling class that extends another class with more
than one object members.
Solution: Correct pointer computations. (closes #11824)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 95b92e4a8..6baed862d 100644 --- a/src/version.c +++ b/src/version.c @@ -696,6 +696,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1205, +/**/ 1204, /**/ 1203, |