diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-03-31 14:17:31 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-03-31 14:17:31 +0200 |
commit | 0e462411cafdd908356792b2c229ab6369103bca (patch) | |
tree | d99ddbdce3dbeb5860aba70fbcef91fbdb2fc196 /src/version.c | |
parent | e5c421cfd70a4d864faa0fac4e9f2dd6cdf5881d (diff) | |
download | vim-git-7.4.685.tar.gz |
updated for version 7.4.685v7.4.685
Problem: When there are illegal utf-8 characters the old regexp engine may
go past the end of a string.
Solution: Only advance to the end of the string. (Dominique Pelle)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index f4ed01a64..6156c3731 100644 --- a/src/version.c +++ b/src/version.c @@ -742,6 +742,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 685, +/**/ 684, /**/ 683, |