From 12e7a1fe7527e9e59adbe248a95b4b532e3ec58c Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Sat, 6 May 2023 12:20:05 +0100 Subject: patch 9.0.1511: crash when using wrong arg types to assert_match() Problem: Crash when using wrong arg types to assert_match(). Solution: Check for NULL pointer. (closes #12349) --- 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 5253c49aec..9f4a449340 100644 --- a/src/version.c +++ b/src/version.c @@ -695,6 +695,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1511, /**/ 1510, /**/ -- cgit v1.2.3