1
0
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:
Bram Moolenaar
2022-05-17 20:11:02 +01:00
parent 4748c4bd64
commit 51f0bfb88a
3 changed files with 26 additions and 0 deletions

View File

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