commit | baefde14550231f6468ac2ed2ed495bc381c0c92 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 07 19:59:49 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 07 19:59:49 2022 +0100 |
tree | 01fd492bca105a1b2a77366bacecfb83320641a9 | |
parent | caea66442d86e7bbba3bf3dc202c3c0d549b9853 [diff] [blame] |
patch 9.0.0046: reading past end of completion with duplicate match Problem: Reading past end of completion with duplicate match. Solution: Check string length
diff --git a/src/version.c b/src/version.c index 75de2fc..de8e968 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 46, +/**/ 45, /**/ 44,