commit | fc88df42f1ae64bcc4d6cbc0fbd3445f8c59afdf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 05 11:13:05 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 05 11:13:05 2022 +0000 |
tree | 72d864d9ae9b5c2ea1fcae50e9c0fb7b3859263b | |
parent | 21ebb0899ecf9049c3e1c9cbc2e06fd8e2a99e06 [diff] [blame] |
patch 8.2.4298: divide by zero with huge tabstop value Problem: Divide by zero with huge tabstop value. Solution: Reject tabstop value that overflows to zero.
diff --git a/src/version.c b/src/version.c index 95f2b5f..7df9eaa 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4298, +/**/ 4297, /**/ 4296,