commit | 88137396733896eb5e49c2b3b73d9a496d6ce49a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 12 16:01:15 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 12 16:01:15 2021 +0000 |
tree | 8936266d7e935049de2916b29ee2aaeb4a09f074 | |
parent | 58ef8a31d7087d495ab1582be5b7a22796ac2451 [diff] [blame] |
patch 8.2.3585: crash when passing float to "term_rows" of term_start() Problem: Crash when passing float to "term_rows" in the options argument of term_start(). (Virginia Senioria) Solution: Bail out if the argument is not a number. (closes #9116)
diff --git a/src/version.c b/src/version.c index c13ea68..39d1b8a 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3585, +/**/ 3584, /**/ 3583,