]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.2147: crash when allocating memory fails v8.1.2147
authorBram Moolenaar <Bram@vim.org>
Sun, 13 Oct 2019 17:49:26 +0000 (19:49 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 13 Oct 2019 17:49:26 +0000 (19:49 +0200)
commit53efb18530cc3940d7af2ea338947783ea5495ed
tree55964df96711eb5a518f5a9b0129bff9eb5098e4
parent1e7b52ad8a5e34b9e7a2d12a09765d76d446cd5a
patch 8.1.2147: crash when allocating memory fails

Problem:    Crash when allocating memory fails. (Zu-Ming Jiang)
Solution:   Check that 'spellcapcheck' is not NULL. (closes #5048)
src/spell.c
src/version.c