commit | cf3f8bf4ddfbc0f5ce53f0c9270dc15567f4feea | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 26 13:15:42 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 26 13:15:42 2020 +0100 |
tree | b29dad3b0af388f98a1c88146a05ec7a66c6beb7 | |
parent | 0e05de46226eb4e5ea580beefa71831f92d613d3 [diff] [blame] |
patch 8.2.0449: Vim9: crash if return type is invalid Problem: Vim9: crash if return type is invalid. (Yegappan Lakshmanan) Solution: Always return some type, not NULL.
diff --git a/src/version.c b/src/version.c index f1d2f66..0d7b641 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 449, +/**/ 448, /**/ 447,