commit | eeed1c7ae090c17f4df51cf97b2a9e4d8b4f4dc7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 10 12:35:17 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 10 12:35:17 2021 +0100 |
tree | 15c5bc0f2c667d4afaec3a2ae224165e11d059b1 | |
parent | 6e77b88df6371356cce9d6e08daf0f7cb1e7878a [diff] [blame] |
patch 8.2.3492: crash when pasting too many times Problem: Crash when pasting too many times. Solution: Limit the size to what fits in an int. (closes #8962)
diff --git a/src/version.c b/src/version.c index 5fe4dcc..247af25 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3492, +/**/ 3491, /**/ 3490,