commit | e8a92b6166e32f8e583e01c9f541cf81cf76f8e6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 09 17:44:01 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 09 17:44:01 2021 +0000 |
tree | ceb84ce7020e4601aa8ff53892465e05eaf35cab | |
parent | c4ec338fb80ebfb5d631f0718fdd1a1c04d9ed82 [diff] [blame] |
patch 8.2.3767: crash when using NULL partial Problem: Crash when using NULL partial. Solution: Check for NULL.
diff --git a/src/version.c b/src/version.c index 0199aca..c3e34e4 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3767, +/**/ 3766, /**/ 3765,