commit | c8103b4c2547ce2044469bcd49e3d55907bd33d1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 28 14:58:44 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 28 14:58:44 2021 +0200 |
tree | edad9a184a3ac542346383229a84a8e4a97d144c | |
parent | 5c56da4de8398566ef96122db44ec93e6c2d483a [diff] [blame] |
patch 8.2.3382: crash when getting the type of a NULL partial Problem: Crash when getting the type of a NULL partial. Solution: Check for NULL. (closes #8260)
diff --git a/src/version.c b/src/version.c index 1fffa73..77935e5 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3382, +/**/ 3381, /**/ 3380,