commit | 61d7c0d52ca40ab8488c36e619d1e46503affd0b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 05 14:38:40 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 05 14:38:40 2020 +0100 |
tree | 89d987f2a9269a8f173130fc54ee33894a2b6892 | |
parent | ab782c5b6f127b84f56e546004352de66e7cf66b [diff] [blame] |
patch 8.2.0087: crash in command line expansion when out of memory Problem: Crash in command line expansion when out of memory. Solution: Check for NULL pointer. Also make ExpandGeneric() static. (Dominique Pelle, closes #5437)
diff --git a/src/version.c b/src/version.c index eff491d..dfa31a7 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 87, +/**/ 86, /**/ 85,