commit | 5300be620c77950caa5296019408ee02e60097e8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 13 10:27:40 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 13 10:27:40 2021 +0000 |
tree | dee544e252d0f476bcafbc2b5e05b886e4592aa7 | |
parent | 606efc7df4c94104bbd24248106dd0e4ee6f7cfa [diff] [blame] |
patch 8.2.3589: failure when "term_rows" of term_start() is an unusual value Problem: Failure when the "term_rows" argument of term_start() is an unusual value. Solution: Limit to range of zero to 1000. (closes #9116)
diff --git a/src/version.c b/src/version.c index 4be3fd2..8e2a10b 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3589, +/**/ 3588, /**/ 3587,