commit | 983b3a5bc44a91cc7e40b8e71e3bfdb03dd4606f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 01 15:14:26 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 01 15:14:26 2017 +0200 |
tree | cf84f10c5b0cf968e84893825fe4a5c25000ea46 | |
parent | 979e8c534684737920c1891bf9c4af9e1fdb8c3b [diff] [blame] |
patch 8.0.0828: Coverity: may dereference NULL pointer Problem: Coverity: may dereference NULL pointer. Solution: Bail out if calloc_state() returns NULL.
diff --git a/src/version.c b/src/version.c index 732e8a5..e7b9fee 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 828, +/**/ 827, /**/ 826,