[libvirt PATCH 4/4] DO NOT MERGE: Demo a functional CI pipeline running Fedoras CentOS only

2022-03-15 Thread Erik Skultety
This patch is solely to demonstrate the new CI integration_tests stage without having to go through and see all the other stages (cross builds, coverity, webpage) we have and so a bunch of other targets and template jobs were dropped just to decrease the information and optical noise. --- .gitlab-

[PATCH 4/4] DO NOT MERGE

2021-08-25 Thread Michal Privoznik
This patch is intentionally wrong (it's leaking memory). I just include it to illustrate Clang bug. Signed-off-by: Michal Privoznik --- src/rpc/virnetclient.c | 9 ++--- src/util/viridentity.c | 3 ++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/rpc/virnetclient.c b/sr