commit | 33f3c5985491032d5bdfc30e722e85d5a0285e64 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 12 20:46:15 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 12 20:46:15 2022 +0000 |
tree | 15ff9412cb29cf9920b4d339990307df6c76f9b3 | |
parent | 62b191c38758c835a577ef091a803b6dd4cd4f49 [diff] [blame] |
patch 8.2.4362: :retab may allocate too much memory Problem: :retab may allocate too much memory. Solution: Bail out when allocating more than MAXCOL bytes.
diff --git a/src/version.c b/src/version.c index 933fe36..1fc1767 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4362, +/**/ 4361, /**/ 4360,