commit | b43683729b64f83c39840524be232388314bd71f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 27 20:01:41 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 27 20:01:41 2019 +0200 |
tree | bf0f8e15a52243098dc9a59d8b40c530a2216c6b | |
parent | bf0ecb2cb63fb710198d6be742ae4f00fdd2f948 [diff] [blame] |
patch 8.1.1409: Coverity warns for using uninitialized memory Problem: Coverity warns for using uninitialized memory. Solution: Add a condition to clearing the growarray.
diff --git a/src/version.c b/src/version.c index 5345a5f..b006864 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1409, +/**/ 1408, /**/ 1407,