commit | 5a2d4a3ecb67942d47615507a163ffcd5863c073 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sat Feb 26 10:31:32 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 26 10:31:32 2022 +0000 |
tree | ef0b0a114205abb53a1d5e64ab520381c8ff006f | |
parent | 416b5f4894196947ea87eea2ed4fda3504674f72 [diff] [blame] |
patch 8.2.4474: memory allocation failures not tested in quickfix code Problem: Memory allocation failures not tested in quickfix code. Solution: Add alloc IDs and tests. (Yegappan Lakshmanan, closes #9848)
diff --git a/src/version.c b/src/version.c index 7b5d66a..c7c7402 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4474, +/**/ 4473, /**/ 4472,