From 0dac1ab5791819ee9a496273eea38f69a217ac45 Mon Sep 17 00:00:00 2001 From: Yegappan Lakshmanan Date: Sat, 2 Apr 2022 21:46:19 +0100 Subject: 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) --- src/alloc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/alloc.h') diff --git a/src/alloc.h b/src/alloc.h index 9260018994..35c00b6083 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; -- cgit v1.2.3