commit | cdef1cefa2a440911c727558562f83ed9b00e16b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 20 14:17:18 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 20 14:17:18 2022 +0100 |
tree | af1594f84e5951aa45d9f4abad902a616bcd6a1d | |
parent | 43625762a9751cc6e6e4d8f54fbc8b82d98fb20d [diff] [blame] |
patch 9.0.0804: crash when trying to divide a number by -1 Problem: Crash when trying to divice the largest negative number by -1. Solution: Handle this case specifically.
diff --git a/src/version.c b/src/version.c index 0de044e..b4756ca 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 804, +/**/ 803, /**/ 802,