commit | c28e7a2b2f23dbd246a1ad7ad7aaa6f7ab2e5887 | [log] [tgz] |
---|---|---|
author | Kenta Sato <tosainu.maple@gmail.com> | Mon May 08 18:26:03 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 08 18:26:03 2023 +0100 |
tree | 2489c969d5feeda7cce01cdb55684de7e4089858 | |
parent | d619d6a9c6fa0e4295c817a88f84f0bab9457bbe [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index ce64da4..e6d2713 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1527, +/**/ 1526, /**/ 1525,