mirror of
https://github.com/neovim/neovim.git
synced 2026-08-04 06:38:44 +00:00
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 vim/vim#9848)
5a2d4a3ecb
Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
This commit is contained in:
@@ -735,7 +735,7 @@ static int qf_get_next_str_line(qfstate_T *state)
|
||||
return QF_OK;
|
||||
}
|
||||
|
||||
/// Get the next string from state->p_Li.
|
||||
/// Get the next string from the List item state->p_li.
|
||||
static int qf_get_next_list_line(qfstate_T *state)
|
||||
{
|
||||
listitem_T *p_li = state->p_li;
|
||||
|
||||
Reference in New Issue
Block a user