commit | 4b28ba3245df8274303c79429972f9dc9438e4aa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 27 19:28:37 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 27 19:28:37 2021 +0000 |
tree | 13be14eddf43b5129c33f2e0f00182da700f574f | |
parent | af4a61a85d6e8cacc35324f266934bc463a21673 [diff] [blame] |
patch 8.2.3915: illegal memory access when completing with invalid bytes Problem: illegal memory access when completing with invalid bytes. Solution: Avoid going over the end of the completion text.
diff --git a/src/version.c b/src/version.c index 7dd9b49..7b454a6 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3915, +/**/ 3914, /**/ 3913,