diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-07-23 04:12:03 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-07-23 04:12:03 +0200 |
commit | 9cf4b5005f12ce1d6692266140bdda05d0312d79 (patch) | |
tree | 468e99e46f4e3548301f2b770e8ab2af31020041 /src/testdir/test_alot.vim | |
parent | 947b39e761b8a95cc1bd37ad0c2c30552238809a (diff) | |
download | vim-git-9cf4b5005f12ce1d6692266140bdda05d0312d79.tar.gz |
patch 8.1.0205: invalid memory access with invalid modelinev8.1.0205
Problem: Invalid memory access with invalid modeline.
Solution: Pass pointer limit. Add a test. (closes #3241)
Diffstat (limited to 'src/testdir/test_alot.vim')
-rw-r--r-- | src/testdir/test_alot.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim index ac3ca74f5..1465a7abf 100644 --- a/src/testdir/test_alot.vim +++ b/src/testdir/test_alot.vim @@ -37,6 +37,7 @@ source test_mapping.vim source test_match.vim source test_menu.vim source test_messages.vim +source test_modeline.vim source test_partial.vim source test_popup.vim source test_put.vim |