commit | 7cc96923c44bbcc541cbd211b6308d87a965f0c3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 31 22:41:38 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 31 22:41:38 2020 +0100 |
tree | 19061800642c9fdffb808ee1b08a8d3b9cd0f7bd | |
parent | 7f829cab356d63b8e59559285593777a66bcc02b [diff] [blame] |
patch 8.2.0189: cd() with NULL argument crashes Problem: cd() with NULL argument crashes. Solution: Check for NULL. (Ken Takata, closes #5558)
diff --git a/src/version.c b/src/version.c index 9a3d42f..5f090c3 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 189, +/**/ 188, /**/ 187,