1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2021-11-12 16:01:15 +00:00
parent 58ef8a31d7
commit 8813739673
4 changed files with 13 additions and 2 deletions

View File

@@ -757,6 +757,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3585,
/**/
3584,
/**/