commit | 2186ffa2c7d8a9e2cb09316a7ac9e4ade3957c2f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 04 10:33:15 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 04 10:33:15 2015 +0200 |
tree | 7c869d126780d802efde4d98b7a040cab032da0f | |
parent | 069dd08d8dbbbadc4e6780d5c881a24bce79a4f7 [diff] [blame] |
patch 7.4.715 Problem: Invalid memory access when there are illegal bytes. Solution: Get the length from the text, not from the character. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index 8f994cd..7a151bf 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 715, +/**/ 714, /**/ 713,