forked from aniani/vim
patch 8.2.4975: recursive command line loop may cause a crash
Problem: Recursive command line loop may cause a crash. Solution: Limit recursion of getcmdline().
This commit is contained in:
@@ -746,6 +746,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4975,
|
||||
/**/
|
||||
4974,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user