commit | 680e015bfe19be6772d3bd754486fbd45c1a9d3b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 25 20:54:11 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 25 20:54:11 2016 +0200 |
tree | 1f786add42acb4835c366f0d5dc1cdddd53b6961 | |
parent | 3f1c15b24a3939d193c80c509132db9ee4d8cceb [diff] [blame] |
patch 8.0.0010 Problem: Crash when editing file that starts with crypt yeader. (igor2x) Solution: Check for length of text. (Christian Brabandt) Add a test.
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index 65ad3ee..999f519 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak
@@ -149,6 +149,7 @@ test_channel.res \ test_charsearch.res \ test_cmdline.res \ + test_crypt.res \ test_cscope.res \ test_diffmode.res \ test_digraph.res \