commit | c3f971f28989fde7d94b45957496fecd6e6f2177 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 02 17:38:33 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 02 17:38:33 2023 +0000 |
tree | 488b57a6d586fd99707993d382d4244ef8b9eccf | |
parent | c6ff21e876af0e3ad59664dd0f69359c4b6e9f1d [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 6aa63ef..857c139 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1370, +/**/ 1369, /**/ 1368,