commit | 3cf21b305104e91a28e4ce3a473672b2e88a9469 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 11 19:34:16 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 11 19:34:16 2022 +0000 |
tree | d5b68e4647d4250efd549cc76f530bc824c7c882 | |
parent | 2284f6cca384e0ccc352bfec7277dc26386cac3d [diff] [blame] |
patch 8.2.4065: computation overflow with large cound for :yank Problem: Computation overflow with large cound for :yank. Solution: Avoid an overflow.
diff --git a/src/version.c b/src/version.c index 5f28da3..e329775 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4065, +/**/ 4064, /**/ 4063,