The following line is no longer in `daemon/worker.c`, as it has been
replaced by a different mechanism in session2:
uv_handle_t *ioreq = malloc(is_stream ? sizeof(uv_write_t) : sizeof(uv_udp_send_t));
It was originally causing the following error, which is now fixed:
warning: Cast a region whose size is not a multiple of the destination type size
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)" = 22 # we have this many errors ATM :-)
+ - test "$(ls build_ci*/meson-logs/scanbuild/*/report-*.html | wc -l)" = 21 # we have this many errors ATM :-)
lint:tidy:
<<: *after_build