]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0034: missing check for out of memory v8.2.0034
authorBram Moolenaar <Bram@vim.org>
Mon, 23 Dec 2019 17:18:52 +0000 (18:18 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 23 Dec 2019 17:18:52 +0000 (18:18 +0100)
commit70188f5b23ea7efec7adaf74e0af797d1bb1afe8
treeb15dd47af8727d1b9a68351abdc4bc68a587a078
parent7c77b3496710f1be3232cfdc7f6812347fbd914a
patch 8.2.0034: missing check for out of memory

Problem:    Missing check for out of memory.
Solution:   Check for NULL after vim_strsave(). (Dominique Pelle,
            closes #5393)
src/filepath.c
src/version.c