commit | 6756c7037f07e1fb54e1b9d8e92567ac388617c4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 05 23:01:12 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 05 23:01:12 2017 +0200 |
tree | 999028b085198f76b7ea283209cc3301b6e1928a | |
parent | 3971905bac0fe7e7519b35b1e558b4f1de55708d [diff] [blame] |
patch 8.0.1061: Coverity: no check for NULL command Problem: Coverity: no check for NULL command. Solution: Check for NULL list item.
diff --git a/src/version.c b/src/version.c index 86a170b..741536e 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1061, +/**/ 1060, /**/ 1059,