commit | ede35bbbd05306097bf3f4d603f2248ed1f4c5f1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 26 20:05:18 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 26 20:05:18 2018 +0100 |
tree | ff44a67b6a936ad141146d4553059f1a1cc4d673 | |
parent | 200ea8ffaa90e1ccc156b24ee097be87acdd5214 [diff] [blame] |
patch 8.0.1429: crash when calling term_start() with empty argument Problem: Crash when calling term_start() with empty argument. Solution: Check for invalid argument. (Yasuhiro Matsomoto, closes #2503) Fix memory leak.
diff --git a/src/version.c b/src/version.c index 2bfb86c..a204e7c 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1429, +/**/ 1428, /**/ 1427,