commit | cd929f7ba8cc5b6d6dcf35c8b34124e969fed6b8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 24 21:38:45 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 24 21:38:45 2018 +0100 |
tree | 721e29dfb63a2d6bc760625c699cc981a48527e0 | |
parent | 7a2d9892b7158edf8dc48e9bcaaae70a40787b37 [diff] [blame] |
patch 8.1.0633: crash when out of memory while opening a terminal window Problem: Crash when out of memory while opening a terminal window. Solution: Handle out-of-memory more gracefully.
diff --git a/src/version.c b/src/version.c index 2452ae0..6956225 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 633, +/**/ 632, /**/ 631,