1
0
forked from aniani/vim

patch 8.2.4245: ":retab 0" may cause illegal memory access

Problem:    ":retab 0" may cause illegal memory access.
Solution:   Limit the value of 'tabstop' to 10000.
This commit is contained in:
Bram Moolenaar
2022-01-28 20:47:49 +00:00
parent 14cbf77845
commit 652dee4486
5 changed files with 17 additions and 9 deletions

View File

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