commit | 12553ada3b1ceee0179527abc9980b8392fd6c7e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 10 10:42:20 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 10 10:42:20 2022 +0100 |
tree | 9c040e68860c5828a5d36efb73fb9f3744c56865 | |
parent | 6de2296e5e696b894576d48239aaab0ae84486ff [diff] [blame] |
patch 9.0.0433: Coverity warns for not checking allocation failure Problem: Coverity warns for not checking allocation failure. Solution: Check that allocating a list or blob succeeded.
diff --git a/src/version.c b/src/version.c index 3c7c9c8..51478ad 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 433, +/**/ 432, /**/ 431,