commit | 9e27217c489c6eca2bd98d1c9fa89c1b652ed792 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 17 21:25:08 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 17 21:25:08 2017 +0100 |
tree | 1af6949cec7101e331201915a35c302fca3e9cfc | |
parent | 7567d0b115e332f61a9f390aaccdf7825b891227 [diff] |
patch 8.0.1306: ASAN error stack trace is not useful Problem: ASAN error stack trace is not useful. Solution: Add "asan_symbolize". (James McCoy, closes #2344)
diff --git a/src/version.c b/src/version.c index 1cffd61..c07635c 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1306, +/**/ 1305, /**/ 1304,