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/Make_all.mak b/src/Make_all.mak index ef30503..9831f7b 100644 --- a/src/Make_all.mak +++ b/src/Make_all.mak
@@ -118,6 +118,7 @@ test_messages \ test_mksession \ test_mksession_utf8 \ + test_modeline \ test_nested_function \ test_netbeans \ test_normal \