commit | 5b5aa11801c75fac18a587bea02dc7a8b5b90c4b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 03 16:05:04 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 03 16:05:04 2020 +0200 |
tree | 20fd6bec4c756896c45f295f507e5dd0eb41a2b1 | |
parent | 62f93f4ec9db1deca088bab7783a35306e2ed4cb [diff] |
patch 8.2.1579: reports from asan are not optimal Problem: Reports from asan are not optimal. Solution: Use clang with ubsan. (James McCoy, closes #6811)
diff --git a/src/version.c b/src/version.c index 12d49bb..f9198c7 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1579, +/**/ 1578, /**/ 1577,