commit | fa53722367c3793fda95dac665af74b8651065e9 | [log] [tgz] |
---|---|---|
author | ichizok <gclient.gaap@gmail.com> | Tue Nov 16 12:50:46 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 16 12:50:46 2021 +0000 |
tree | 2cef82e26cc0b7ad47dbc154e16c2a03e2777293 | |
parent | 314b773abbb9b1ce0020d83482c6daf7ad6a42a2 [diff] [blame] |
patch 8.2.3601: check for overflow in put count does not work well Problem: Check for overflow in put count does not work well. Solution: Improve the overflow check. (Ozaki Kiichi, closes #9102)
diff --git a/src/version.c b/src/version.c index acc7a9b..3227bb6 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3601, +/**/ 3600, /**/ 3599,