diff options
author | Yegappan Lakshmanan <yegappan@yahoo.com> | 2022-04-02 21:46:19 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-04-02 21:46:19 +0100 |
commit | 0dac1ab5791819ee9a496273eea38f69a217ac45 (patch) | |
tree | a2bb44a0706e1a71b70115646ea6864e142468fa /src/alloc.h | |
parent | 5018a836c030988944a9bbe2fd2e538bf5261a72 (diff) | |
download | vim-git-0dac1ab5791819ee9a496273eea38f69a217ac45.tar.gz |
patch 8.2.4668: buffer allocation failures insufficiently testedv8.2.4668
Problem: Buffer allocation failures insufficiently tested.
Solution: Add tests for memory allocation failures. (Yegappan Lakshmanan,
closes #10064)
Diffstat (limited to 'src/alloc.h')
-rw-r--r-- | src/alloc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/alloc.h b/src/alloc.h index 926001899..35c00b608 100644 --- a/src/alloc.h +++ b/src/alloc.h @@ -40,5 +40,6 @@ typedef enum { aid_sign_getplaced_list, aid_insert_sign, aid_sign_getinfo, + aid_buflistnew_bvars, aid_last } alloc_id_T; |