commit | 4875d6ab068f09df88d24d81de40dcd8d56e243d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 17 15:55:51 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 17 15:55:51 2022 +0100 |
tree | 6f5030128980ebdb9e61141621759b5540c45708 | |
parent | 5fd6ab820b4a0aaa5c6020852f39d118375fab49 [diff] [blame] |
patch 9.0.0224: Using NULL pointer when skipping compiled code Problem: Using NULL pointer when skipping compiled code. Solution: Check for skipping.
diff --git a/src/version.c b/src/version.c index 1566e4d..e477f9e 100644 --- a/src/version.c +++ b/src/version.c
@@ -732,6 +732,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 224, +/**/ 223, /**/ 222,