commit | 7deb4115ef72c0468cd6f9cc5f036d5c405641d4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 11 17:01:45 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 11 17:01:45 2021 +0200 |
tree | f9aaadded3469282f18917cc71deab8be5be01c0 | |
parent | 16e63e6d353c8b7337470644ceac02dc5e569db9 [diff] [blame] |
patch 8.2.3330: Coverity reports using uninitialized field Problem: Coverity reports using uninitialized field. Solution: Initialize the field early.
diff --git a/src/version.c b/src/version.c index b8e17af..2b8b508 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3330, +/**/ 3329, /**/ 3328,