commit | 9cf4b5005f12ce1d6692266140bdda05d0312d79 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 23 04:12:03 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 23 04:12:03 2018 +0200 |
tree | 468e99e46f4e3548301f2b770e8ab2af31020041 | |
parent | 947b39e761b8a95cc1bd37ad0c2c30552238809a [diff] [blame] |
patch 8.1.0205: invalid memory access with invalid modeline Problem: Invalid memory access with invalid modeline. Solution: Pass pointer limit. Add a test. (closes #3241)
diff --git a/src/version.c b/src/version.c index 735ac0e..23fea92 100644 --- a/src/version.c +++ b/src/version.c
@@ -794,6 +794,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 205, +/**/ 204, /**/ 203,