]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1991: Coverity warns for not using the ga_grow() return value v8.2.1991
authorBram Moolenaar <Bram@vim.org>
Sun, 15 Nov 2020 19:49:41 +0000 (20:49 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 15 Nov 2020 19:49:41 +0000 (20:49 +0100)
commitca359cbedd0d603124776e7a6ca0ae79ffc34cdc
tree0af5edfdebeb456661c37910540212d28b95a74c
parent6a07644db30cb5f3d0c6dc5eb2c348b6289da553
patch 8.2.1991: Coverity warns for not using the ga_grow() return value

Problem:    Coverity warns for not using the ga_grow() return value.
Solution:   Bail out if ga_grow() fails. (Yegappan Lakshmanan, closes #7303)
src/getchar.c
src/version.c