commit | e64f83cc6aba05baa61ba4a4cb8d4447b8091e5b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 19 22:16:41 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 19 22:16:41 2021 +0100 |
tree | e0142b54c078c5701786812766fc0afda8540220 | |
parent | 09fbedc8dc3adc0a7adf2093916911e633cfa626 [diff] [blame] |
patch 8.2.2376: Vim9: crash when dividing by zero in compiled code Problem: Vim9: crash when dividing by zero in compiled code using constants. Solution: Call num_divide() and num_modulus(). (closes #7704)
diff --git a/src/version.c b/src/version.c index 452fa2d..b809cb2 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2376, +/**/ 2375, /**/ 2374,