commit | e3a22cb1ba057381be3e645479a537f8032f119f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 14 22:01:57 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 14 22:01:57 2019 +0200 |
tree | 3f09fcb6f81cbc2de71c22c355240c72c931532e | |
parent | 6aa7523b9642a752ab879131d4b159635207d9f2 [diff] [blame] |
patch 8.1.2149: crash when running out of memory very early Problem: Crash when running out of memory very early. Solution: Do not use IObuff when it's NULL. (closes #5052)
diff --git a/src/version.c b/src/version.c index cf6c773..3fc889e 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2149, +/**/ 2148, /**/ 2147,