summaryrefslogtreecommitdiffstats
path: root/src/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-07-23 04:12:03 +0200
committerBram Moolenaar <Bram@vim.org>2018-07-23 04:12:03 +0200
commit9cf4b5005f12ce1d6692266140bdda05d0312d79 (patch)
tree468e99e46f4e3548301f2b770e8ab2af31020041 /src/Make_all.mak
parent947b39e761b8a95cc1bd37ad0c2c30552238809a (diff)
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/Make_all.mak')
-rw-r--r--src/Make_all.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Make_all.mak b/src/Make_all.mak
index ef305033ef..9831f7b044 100644
--- a/src/Make_all.mak
+++ b/src/Make_all.mak
@@ -118,6 +118,7 @@ NEW_TESTS = \
test_messages \
test_mksession \
test_mksession_utf8 \
+ test_modeline \
test_nested_function \
test_netbeans \
test_normal \