mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 8.2.4668: buffer allocation failures insufficiently tested
Problem: Buffer allocation failures insufficiently tested. Solution: Add tests for memory allocation failures. (Yegappan Lakshmanan, closes #10064)
This commit is contained in:
committed by
Bram Moolenaar
parent
5018a836c0
commit
0dac1ab579
@@ -40,5 +40,6 @@ typedef enum {
|
||||
aid_sign_getplaced_list,
|
||||
aid_insert_sign,
|
||||
aid_sign_getinfo,
|
||||
aid_buflistnew_bvars,
|
||||
aid_last
|
||||
} alloc_id_T;
|
||||
|
Reference in New Issue
Block a user