summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-04-22 23:49:52 +0200
committerBram Moolenaar <Bram@vim.org>2017-04-22 23:49:52 +0200
commit5b276aa80e112ae1993bd43e28f599f257827c54 (patch)
treeeeab3f5b2d7834c7755e1cc74e3245567308714e /src/version.c
parent94be619e30e82d28cadeea5e0766c6f5c321ff8b (diff)
patch 8.0.0582: illegal memory access with z= commandv8.0.0582
Problem: Illegal memory access with z= command. (Dominique Pelle) Solution: Avoid case folded text to be longer than the original text. Use MB_PTR2LEN() instead of MB_BYTE2LEN().
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 3f74d6e396..0533f574d2 100644
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 582,
+/**/
581,
/**/
580,