commit | 51f0bfb88a3554ca2dde777d78a59880d1ee37a8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 17 20:11:02 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 17 20:11:02 2022 +0100 |
tree | 5671a003b9dac08a40e60d042ba2903a0251dfec | |
parent | 4748c4bd64610cf943a431d215bb1aad51f8d0b4 [diff] [blame] |
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().
diff --git a/src/version.c b/src/version.c index 98bb40d..8d901e4 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4975, +/**/ 4974, /**/ 4973,