commit | faf29d7f91477c25c85d9d7165d90e8d8f1c512e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 09 11:07:16 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 09 11:07:16 2017 +0200 |
tree | 937fb2302b208788ad6e9dda3bf94dd2f290350b | |
parent | c577d813b7978345dec4310b2d8f5d5624a681f6 [diff] [blame] |
patch 8.0.0703: illegal memory access with empty :doau command Problem: Illegal memory access with empty :doau command. Solution: Check the event for being out of range. (James McCoy)
diff --git a/src/version.c b/src/version.c index 70de1d4..d494900 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 703, +/**/ 702, /**/ 701,