commit | 1cac70953d3c012453ea85b1308a8b1f94359c26 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 22 21:54:31 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 22 21:54:31 2019 +0200 |
tree | f950c729773df35a13d07a2b1edc7637c45a699c | |
parent | a720be78d7978b3b853ff6c8af0d1721d6225378 [diff] [blame] |
patch 8.1.2200: crash when memory allocation fails Problem: Crash when memory allocation fails. Solution: Check for NULL curwin and curbuf. (Christian Brabandt, closes #4839)
diff --git a/src/version.c b/src/version.c index f6e0b76..60a690d 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2200, +/**/ 2199, /**/ 2198,