From 226c53429109f24e31c17016aedfd7fbf7a9aa50 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 17 Feb 2017 14:53:15 +0100 Subject: patch 8.0.0333: illegal memory access when 'complete' ends in a backslash Problem: Illegal memory access when 'complete' ends in a backslash. Solution: Check for trailing backslash. (Dominique Pelle, closes #1478) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 9bbdf2ec5..dab99c76d 100644 --- a/src/version.c +++ b/src/version.c @@ -764,6 +764,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 333, /**/ 332, /**/ -- cgit v1.2.1