From c3f971f28989fde7d94b45957496fecd6e6f2177 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 2 Mar 2023 17:38:33 +0000 Subject: patch 9.0.1370: crash when using a NULL object Problem: Crash when using a NULL object. (Ernie Rael) Solution: Check for NULL and give an error message. (closes #12083) --- 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 6aa63ef672..857c1394ca 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 */ +/**/ + 1370, /**/ 1369, /**/ -- cgit v1.2.3