commit | 9db2afe46d3208775d1c3075bbee073a17f8fdc6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 08 18:56:20 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 08 18:56:20 2020 +0100 |
tree | 324ed0b2e7c0cf5304fc930001307d3642982bc2 | |
parent | 41a4141ecb36cd871c6e87f6fbc12fa81653b6be [diff] [blame] |
patch 8.2.0101: crash when passing null object to ":echomsg" Problem: Crash when passing null object to ":echomsg". Solution: Check for NULL pointer. (Yasuhiro Matsumoto, closes #5460)
diff --git a/src/version.c b/src/version.c index 1c68c1a..ba690bc 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 101, +/**/ 100, /**/ 99,