commit | 82aa6e09e02b138ab7ee6b79ecac487813f117e5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 17 22:04:02 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 17 22:04:02 2021 +0100 |
tree | d0a7cb1a7de006d723b18f77da135788c63bb435 | |
parent | f30a14db3b26e510f193f50ee0dd8a41303e4740 [diff] [blame] |
patch 8.2.2374: accessing uninitialized memory in test_undo Problem: Accessing uninitialized memory in test_undo. Solution: Do not look in typebuf.tb_buf if it is empty. (Dominique Pellé, closes #7697)
diff --git a/src/version.c b/src/version.c index f1b7280..98f120b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2374, +/**/ 2373, /**/ 2372,