commit | 1058c9d9b5815467182d487f10f6dd71385cb796 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 20 21:58:00 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 20 21:58:00 2019 +0200 |
tree | 9e56b6734fa3299a46509b3e778b67b970609532 | |
parent | f1e0544d413b8b2ea129db0655b4e123d54177a6 [diff] [blame] |
patch 8.1.1894: not checking for out-of-memory of autoload_name() Problem: Not checking for out-of-memory of autoload_name(). Solution: Check for NULL. (Dominique Pelle, closes #4846)
diff --git a/src/version.c b/src/version.c index b7ceb36..019ce25 100644 --- a/src/version.c +++ b/src/version.c
@@ -766,6 +766,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1894, +/**/ 1893, /**/ 1892,