commit | 2288afed428d29ce2e464964df4c5a757281e70e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 11 16:20:05 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 11 16:20:05 2015 +0200 |
tree | 845eccdbcd454e41a429f8a40cc68e5221448eca | |
parent | dd8a5286e191d23410c5970a0f17f01c7ff1211b [diff] [blame] |
patch 7.4.817 Problem: Invalid memory access in file_pat_to_reg_pat(). Solution: Use vim_isspace() instead of checking for a space only. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index e5f2b94..177b591 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 817, +/**/ 816, /**/ 815,