commit | 0dac1ab5791819ee9a496273eea38f69a217ac45 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sat Apr 02 21:46:19 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 02 21:46:19 2022 +0100 |
tree | a2bb44a0706e1a71b70115646ea6864e142468fa | |
parent | 5018a836c030988944a9bbe2fd2e538bf5261a72 [diff] [blame] |
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)
diff --git a/src/alloc.h b/src/alloc.h index 9260018..35c00b6 100644 --- a/src/alloc.h +++ b/src/alloc.h
@@ -40,5 +40,6 @@ aid_sign_getplaced_list, aid_insert_sign, aid_sign_getinfo, + aid_buflistnew_bvars, aid_last } alloc_id_T;