commit | 745b938a48104778dcb7b0245e6589b54cb93593 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 27 13:55:35 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 27 13:55:35 2022 +0000 |
tree | de334bcfde5b7c3e4a7326db7528ea6cdabee3e6 | |
parent | b0ad2d92fd19e673ddbbc66742bae3f71778efde [diff] [blame] |
patch 8.2.4229: possible crash when invoking timer callback fails Problem: Possible crash when invoking timer callback fails. Solution: Initialize the typval. Give an error for an empty callback. (closes #9636)
diff --git a/src/version.c b/src/version.c index e3a9715..c8b0ce1 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4229, +/**/ 4228, /**/ 4227,