]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4474: memory allocation failures not tested in quickfix code v8.2.4474
authorYegappan Lakshmanan <yegappan@yahoo.com>
Sat, 26 Feb 2022 10:31:32 +0000 (10:31 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 26 Feb 2022 10:31:32 +0000 (10:31 +0000)
commit5a2d4a3ecb67942d47615507a163ffcd5863c073
treeef0b0a114205abb53a1d5e64ab520381c8ff006f
parent416b5f4894196947ea87eea2ed4fda3504674f72
patch 8.2.4474: memory allocation failures not tested in quickfix code

Problem:    Memory allocation failures not tested in quickfix code.
Solution:   Add alloc IDs and tests. (Yegappan Lakshmanan, closes #9848)
src/alloc.h
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c
src/vim.h