commit | ce0370d9e67df80c62ff033aa8ca2dbe86841de9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 26 19:32:53 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 26 19:32:53 2021 +0100 |
tree | 9079b3afd591c0eda8d8302f1a3d36127e2193a3 | |
parent | 98989a00145cc4f5783bcc12a2968a2f716eabb9 [diff] [blame] |
patch 8.2.2412: not all fields in "cstack" are initialized Problem: Not all fields in "cstack" are initialized which might cause a crash. Solution: Use CLEAR_FIELD().
diff --git a/src/version.c b/src/version.c index 086d79f..9a67633 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2412, +/**/ 2411, /**/ 2410,