commit | 2a585c85013be22f59f184d49612074fd9b115d7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 25 15:15:38 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 25 15:15:38 2022 +0100 |
tree | 22b78f9671824007f332a1451d76bbd9b8440ee3 | |
parent | bf82df0dd48a26404b92a596498b6892c9572c53 [diff] [blame] |
patch 8.2.5016: access before start of text with a put command Problem: Access before start of text with a put command. Solution: Check the length is more than zero.
diff --git a/src/version.c b/src/version.c index 4682108..250b73e 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5016, +/**/ 5015, /**/ 5014,