commit | 04bff88df6211f64731bf8f5afa088e94496db16 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 05 20:46:16 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 05 20:46:16 2016 +0100 |
tree | 01637b64a54694cc1fc8296fc938f694dd07ee8d | |
parent | af8af8bfac5792fa64efbc524032d568cc7754f7 [diff] [blame] |
patch 7.4.1052 Problem: Illegal memory access with weird syntax command. (Dominique Pelle) Solution: Check for column past end of line.
diff --git a/src/version.c b/src/version.c index 402fd0a..c4771ba 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1052, +/**/ 1051, /**/ 1050,