0
0
mirror of https://github.com/vim/vim.git synced 2025-10-04 05:25:06 -04:00

patch 9.0.1527: crash when using negative value for term_cols

Problem:    Crash when using negative value for term_cols.
Solution:   Check for invalid term_cols value. (Kenta Sato, closes #12362)
This commit is contained in:
Kenta Sato
2023-05-08 18:26:03 +01:00
committed by Bram Moolenaar
parent d619d6a9c6
commit c28e7a2b2f
3 changed files with 18 additions and 2 deletions

View File

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