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/version.c b/src/version.c index 6742703..311b878 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4668, +/**/ 4667, /**/ 4666,