commit | ae3205aa55741152b0143dbd7d637b35f576793e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 15 20:49:00 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 15 20:49:00 2023 +0000 |
tree | d1534dd5b2fd0e2a17113eaa858720967b2ec968 | |
parent | 912bfee71041fce0902bbcb649faf247519ec400 [diff] [blame] |
patch 9.0.1205: crash when handling class that extends another class Problem: Crash when handling class that extends another class with more than one object members. Solution: Correct pointer computations. (closes #11824)
diff --git a/src/version.c b/src/version.c index 95b92e4..6baed86 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1205, +/**/ 1204, /**/ 1203,