1
0
forked from aniani/vim

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)
This commit is contained in:
Yegappan Lakshmanan
2022-02-26 10:31:32 +00:00
committed by Bram Moolenaar
parent 416b5f4894
commit 5a2d4a3ecb
5 changed files with 184 additions and 40 deletions

View File

@@ -754,6 +754,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4474,
/**/
4473,
/**/