commit | 82846a00ac0c135946c93c48c1657018a5c96b11 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 09 18:09:54 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 09 18:09:54 2018 +0100 |
tree | 21306ce00ffd7e80682c54a9a4ca6f1a0f0d9333 | |
parent | 9e33efd1523b85a70533930dd43a26925a2b648c [diff] [blame] |
patch 8.0.1486: accessing invalid memory with "it" Problem: Accessing invalid memory with "it". (Dominique Pelle) Solution: Avoid going over the end of the line. (Christian Brabandt, closes #2532)
diff --git a/src/version.c b/src/version.c index 963f611..d3927cb 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1486, +/**/ 1485, /**/ 1484,