commit | 9da32e4d578f4e93ef5397f9dd13e2c28b2a2595 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 09 19:53:57 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 09 19:53:57 2021 +0200 |
tree | 3b7fa35a186301c297576996f19e144519c34179 | |
parent | 90fba5627b361dbc970b3afc2eebf7411c49a0cc [diff] [blame] |
patch 8.2.3134: crash when using typename() on a function reference Problem: Crash when using typename() on a function reference. (Naohiro Ono) Solution: Initialize pointer to NULL. (closes #8531)
diff --git a/src/version.c b/src/version.c index 39d8f14..10a5f71 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3134, +/**/ 3133, /**/ 3132,