commit | bf73b91c664488ca57e2b4a8eb9b1f36f6625bc7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 02 21:16:59 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 02 21:16:59 2016 +0100 |
tree | 45de018d6785a8f317131b0471954b3fbf96242c | |
parent | 289a90551d185c307abd4cfe6baadea8990d956b [diff] [blame] |
patch 7.4.1471 Problem: Missing out-of-memory check. And Coverity warning. Solution: Bail out when msg is NULL.
diff --git a/src/version.c b/src/version.c index 66a86fb..234ff56 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1471, +/**/ 1470, /**/ 1469,