comparison src/version.c @ 22059:82bcf109c573 v8.2.1579

patch 8.2.1579: reports from asan are not optimal Commit: https://github.com/vim/vim/commit/5b5aa11801c75fac18a587bea02dc7a8b5b90c4b Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 3 16:05:04 2020 +0200 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 https://github.com/vim/vim/issues/6811)
author Bram Moolenaar <Bram@vim.org>
date Thu, 03 Sep 2020 16:15:04 +0200
parents f64a16f5bff0
children d6120c97f57c
comparison
equal deleted inserted replaced
22058:bc8d10f64a2a 22059:82bcf109c573
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1579,
757 /**/ 759 /**/
758 1578, 760 1578,
759 /**/ 761 /**/
760 1577, 762 1577,
761 /**/ 763 /**/