commit | 7a40ea2138102545848ea86a361f1b8dec7552b5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 22 18:34:57 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 22 18:34:57 2017 +0100 |
tree | 28c03360f9bb2de0d7454f50ffccc1f33c75fe54 | |
parent | 2b2207ba69c6b009e466a36eef0644ca723e16d3 [diff] [blame] |
patch 8.0.0219: ubsan reports errors for overflow Problem: Ubsan reports errors for integer overflow. Solution: Define macros for minimum and maximum values. Select an expression based on the value. (Mike Williams)
diff --git a/src/version.c b/src/version.c index 2860968..90f056b 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 219, +/**/ 218, /**/ 217,