commit | 4c8e8c6e19b75d632b042aa0ba0a2ab769b2162e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 26 19:49:09 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 26 19:49:09 2021 +0200 |
tree | 872b4fd5b1f177b09972f344cfc1f20ff3246736 | |
parent | 34fcb697240c1bc9e69417ed75db3b1a83479724 [diff] [blame] |
patch 8.2.2887: crash when passing null string to fullcommand() Problem: Crash when passing null string to fullcommand(). Solution: Check for NULL pointer. (closes #8256)
diff --git a/src/version.c b/src/version.c index 4eced11..a6ab4cf 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2887, +/**/ 2886, /**/ 2885,