commit | 6efa46f4efd226f65634ba8eb6ddee54de1de563 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 02 19:23:06 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 02 19:23:06 2020 +0200 |
tree | 62f4aea4f5df5c46c4fafa73876394f973af346a | |
parent | 4488f5a545691ca4c8802bad0d70a5e750fc8844 [diff] [blame] |
patch 8.2.1567: no example to use ubsan with clang Problem: No example to use ubsan with clang. Solution: Add example commands. (Dominique Pellé, issue #6811)
diff --git a/src/version.c b/src/version.c index b75c9fb..e1d3b12 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1567, +/**/ 1566, /**/ 1565,