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;
~~~~~~~~~~~~~~~~~~^~~
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