From: Vladimír Čunát Date: Tue, 24 May 2022 13:20:52 +0000 (+0200) Subject: ci: fixup lint:scan-build X-Git-Tag: v5.5.1~3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9c94f5327e57515f19329f6398a128b66c8d897;p=thirdparty%2Fknot-resolver.git ci: fixup lint:scan-build I have no idea why this one appeared right now (part not touched), and it does not make sense at all: ../../../lib/utils.c:524:20: warning: Out of bound memory access (accessed memory precedes memory block) buf[len_need - 1] = 0; ~~~~~~~~~~~~~~~~~~^~~ --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 081ccf43a..43313f0b7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -232,7 +232,7 @@ lint:scan-build: script: - export SCANBUILD="$(realpath ./scripts/run-scanbuild-with-args.sh)" - ninja -C build_ci* scan-build || true - - test "$(ls build_ci*/meson-logs/scanbuild/*/report-*.html | wc -l)" = 23 # we have this many errors ATM :-) + - test "$(ls build_ci*/meson-logs/scanbuild/*/report-*.html | wc -l)" = 24 # we have this many errors ATM :-) lint:tidy: <<: *after_build