commit | 9f28953f0c1e3d9fffd49af76503f54eaa279acb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 26 16:39:03 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 26 16:39:03 2016 +0200 |
tree | e56de01b7932e9c941f59a0dcc06cd8e9c65196c | |
parent | db249f26edf7a5f88d1f4468d08ec5b84f5ab7ad [diff] [blame] |
patch 7.4.2257 Problem: Coverity complains about not checking for NULL. Solution: Check for out of memory.
diff --git a/src/version.c b/src/version.c index ec0dca8..9feaa02 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2257, +/**/ 2256, /**/ 2255,