commit | f50940531dd57135fe60aa393ac9d3281f352d88 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 29 16:22:25 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 29 16:22:25 2022 +0100 |
tree | 4c3b08270d0b6034ff8452dd490d00472163f1e2 | |
parent | 1e56bda9048a9625bce6e660938c834c5c15b07d [diff] [blame] |
patch 9.0.0105: illegal memory access when pattern starts with illegal byte Problem: Illegal memory access when pattern starts with illegal byte. Solution: Do not match a character with an illegal byte.
diff --git a/src/version.c b/src/version.c index 8c55a62..6593e59 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 105, +/**/ 104, /**/ 103,