commit | 1671de3098b7ab663398dd694b314e7f67a93411 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 05 21:35:16 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 05 21:35:16 2019 +0200 |
tree | 7c50130f4fc80e0c91bdb02798c459cca422456d | |
parent | 2efc44b3f0b6bd8307cb281af095e08e15ab1c24 [diff] [blame] |
patch 8.1.2116: no check for out of memory Problem: No check for out of memory. Solution: Check for NULL pointer.
diff --git a/src/version.c b/src/version.c index b1bccb4..11bfd68 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2116, +/**/ 2115, /**/ 2114,