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/version.c b/src/version.c index cf986e4..2a60f8b 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 10, +/**/ 9, /**/ 8,