From: Bram Moolenaar Date: Wed, 15 Dec 2021 21:29:19 +0000 (+0000) Subject: patch 8.2.3821: ASAN test run fails X-Git-Tag: v8.2.3821 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19569ca6d805de7a2ac95ee7b0c52475a9d5d851;p=vim patch 8.2.3821: ASAN test run fails Problem: ASAN test run fails. Solution: Use asan_symbolize-13 instead of asan_symbolize-11. --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14d9b1a7c..1211bc021 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -234,7 +234,7 @@ jobs: if: contains(matrix.extra, 'asan') && !cancelled() run: | for f in $(grep -lR '#[[:digit:]]* *0x[[:digit:]a-fA-F]*' "${LOG_DIR}"); do - asan_symbolize-11 -l "$f" + asan_symbolize-13 -l "$f" false # in order to fail a job done diff --git a/src/version.c b/src/version.c index cde6b4d7c..9eecc7abf 100644 --- a/src/version.c +++ b/src/version.c @@ -749,6 +749,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 3821, /**/ 3820, /**/