]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.2200: crash when memory allocation fails v8.1.2200
authorBram Moolenaar <Bram@vim.org>
Tue, 22 Oct 2019 19:54:31 +0000 (21:54 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 22 Oct 2019 19:54:31 +0000 (21:54 +0200)
commit1cac70953d3c012453ea85b1308a8b1f94359c26
treef950c729773df35a13d07a2b1edc7637c45a699c
parenta720be78d7978b3b853ff6c8af0d1721d6225378
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)
src/getchar.c
src/version.c