commit | 1c864093f93b0066de25d6c0ddf03a6bc6b1c870 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 06 18:15:45 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 06 18:15:45 2017 +0200 |
tree | d347a56a3addc4016581a4f4b1c5a465d470d48d | |
parent | 4535654246936de13eafd4e049b0a1991521fba4 [diff] [blame] |
patch 8.0.0883: invalid memory access with nonsensical script Problem: Invalid memory access with nonsensical script. Solution: Check "dstlen" being positive. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index 8c2b032..e6bcfb5 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 883, +/**/ 882, /**/ 881,