From nobody Wed May 8 20:02:24 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1552400421521744.2233376680052; Tue, 12 Mar 2019 07:20:21 -0700 (PDT) Received: from localhost ([127.0.0.1]:53321 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h3iGK-00041z-3k for importer@patchew.org; Tue, 12 Mar 2019 10:20:12 -0400 Received: from eggs.gnu.org ([209.51.188.92]:37986) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h3iE7-0002ap-MB for qemu-devel@nongnu.org; Tue, 12 Mar 2019 10:17:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h3i9q-0007bd-UO for qemu-devel@nongnu.org; Tue, 12 Mar 2019 10:13:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35102) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h3i9q-0007bB-Lp for qemu-devel@nongnu.org; Tue, 12 Mar 2019 10:13:30 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id EE209356E7 for ; Tue, 12 Mar 2019 14:13:29 +0000 (UTC) Received: from donizetti.redhat.com (ovpn-112-46.ams2.redhat.com [10.36.112.46]) by smtp.corp.redhat.com (Postfix) with ESMTP id 15C5C5D71A; Tue, 12 Mar 2019 14:13:28 +0000 (UTC) From: Paolo Bonzini To: qemu-devel@nongnu.org Date: Tue, 12 Mar 2019 15:13:21 +0100 Message-Id: <20190312141324.28572-2-pbonzini@redhat.com> In-Reply-To: <20190312141324.28572-1-pbonzini@redhat.com> References: <20190312141324.28572-1-pbonzini@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Tue, 12 Mar 2019 14:13:29 +0000 (UTC) Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH 1/4] test-char: fix undefined behavior X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: marcandre.lureau@redhat.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" Fixes the following failure with --enable-debug: /tmp/qemu-test/src/tests/test-char.c:838:10: runtime error: load of value 4= 0, which is not a valid value for type bool SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /tmp/qemu-test/src/= tests/test-char.c:838:10 in Signed-off-by: Paolo Bonzini Reviewed-by: Eric Blake --- tests/test-char.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-char.c b/tests/test-char.c index de328380c1..95ccfd3cdb 100644 --- a/tests/test-char.c +++ b/tests/test-char.c @@ -745,7 +745,7 @@ static void char_socket_server_test(gconstpointer opaqu= e) Visitor *v; QemuThread thread; int ret; - bool reconnected; + bool reconnected =3D false; char *optstr; QemuOpts *opts; =20 --=20 2.20.1 From nobody Wed May 8 20:02:24 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (209.51.188.17 [209.51.188.17]) by mx.zohomail.com with SMTPS id 1552400947052365.2350540395537; Tue, 12 Mar 2019 07:29:07 -0700 (PDT) Received: from localhost ([127.0.0.1]:53499 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h3iOq-0003pq-2G for importer@patchew.org; Tue, 12 Mar 2019 10:29:00 -0400 Received: from eggs.gnu.org ([209.51.188.92]:37902) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h3iE7-0002Zl-6j for qemu-devel@nongnu.org; Tue, 12 Mar 2019 10:18:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h3i9s-0007cV-8Z for qemu-devel@nongnu.org; Tue, 12 Mar 2019 10:13:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:17472) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h3i9s-0007c9-0p for qemu-devel@nongnu.org; Tue, 12 Mar 2019 10:13:32 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 413B8307E066 for ; Tue, 12 Mar 2019 14:13:31 +0000 (UTC) Received: from donizetti.redhat.com (ovpn-112-46.ams2.redhat.com [10.36.112.46]) by smtp.corp.redhat.com (Postfix) with ESMTP id 6071A5D71D; Tue, 12 Mar 2019 14:13:30 +0000 (UTC) From: Paolo Bonzini To: qemu-devel@nongnu.org Date: Tue, 12 Mar 2019 15:13:22 +0100 Message-Id: <20190312141324.28572-3-pbonzini@redhat.com> In-Reply-To: <20190312141324.28572-1-pbonzini@redhat.com> References: <20190312141324.28572-1-pbonzini@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.42]); Tue, 12 Mar 2019 14:13:31 +0000 (UTC) Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH 2/4] test-bdrv-graph-mod: fix Error leak X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: marcandre.lureau@redhat.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" Reported by ASAN. Signed-off-by: Paolo Bonzini Reviewed-by: Eric Blake --- tests/test-bdrv-graph-mod.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test-bdrv-graph-mod.c b/tests/test-bdrv-graph-mod.c index 458dfa6661..283dc84869 100644 --- a/tests/test-bdrv-graph-mod.c +++ b/tests/test-bdrv-graph-mod.c @@ -114,6 +114,7 @@ static void test_update_perm_tree(void) bdrv_append(filter, bs, &local_err); =20 g_assert_nonnull(local_err); + error_free(local_err); =20 bdrv_unref(bs); blk_unref(root); --=20 2.20.1 From nobody Wed May 8 20:02:24 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1552400466586114.40945718918772; Tue, 12 Mar 2019 07:21:06 -0700 (PDT) Received: from localhost ([127.0.0.1]:53338 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h3iH9-0004mr-E4 for importer@patchew.org; Tue, 12 Mar 2019 10:21:03 -0400 Received: from eggs.gnu.org ([209.51.188.92]:37986) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h3iE7-0002ap-11 for qemu-devel@nongnu.org; Tue, 12 Mar 2019 10:17:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h3i9v-0007e5-9O for qemu-devel@nongnu.org; Tue, 12 Mar 2019 10:13:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51434) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h3i9t-0007cr-FA for qemu-devel@nongnu.org; Tue, 12 Mar 2019 10:13:33 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7FC0B3082E90 for ; Tue, 12 Mar 2019 14:13:32 +0000 (UTC) Received: from donizetti.redhat.com (ovpn-112-46.ams2.redhat.com [10.36.112.46]) by smtp.corp.redhat.com (Postfix) with ESMTP id AC9075D71A; Tue, 12 Mar 2019 14:13:31 +0000 (UTC) From: Paolo Bonzini To: qemu-devel@nongnu.org Date: Tue, 12 Mar 2019 15:13:23 +0100 Message-Id: <20190312141324.28572-4-pbonzini@redhat.com> In-Reply-To: <20190312141324.28572-1-pbonzini@redhat.com> References: <20190312141324.28572-1-pbonzini@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.46]); Tue, 12 Mar 2019 14:13:32 +0000 (UTC) Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH 3/4] migration: fix memory leak X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: marcandre.lureau@redhat.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" Reported by ASAN. Signed-off-by: Paolo Bonzini Reviewed-by: Eric Blake --- migration/socket.c | 1 + 1 file changed, 1 insertion(+) diff --git a/migration/socket.c b/migration/socket.c index 239527fb1f..49bacf78fd 100644 --- a/migration/socket.c +++ b/migration/socket.c @@ -199,6 +199,7 @@ static void socket_start_incoming_migration(SocketAddre= ss *saddr, return; } migrate_add_address(address); + qapi_free_SocketAddress(address); } } =20 --=20 2.20.1 From nobody Wed May 8 20:02:24 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1552400586821493.88608691376066; Tue, 12 Mar 2019 07:23:06 -0700 (PDT) Received: from localhost ([127.0.0.1]:53384 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h3iJ4-0006jS-PX for importer@patchew.org; Tue, 12 Mar 2019 10:23:02 -0400 Received: from eggs.gnu.org ([209.51.188.92]:37902) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h3iE6-0002Zl-BF for qemu-devel@nongnu.org; Tue, 12 Mar 2019 10:17:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h3i9x-0007fQ-6G for qemu-devel@nongnu.org; Tue, 12 Mar 2019 10:13:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36684) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h3i9v-0007dQ-9P for qemu-devel@nongnu.org; Tue, 12 Mar 2019 10:13:35 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id CB78088318 for ; Tue, 12 Mar 2019 14:13:33 +0000 (UTC) Received: from donizetti.redhat.com (ovpn-112-46.ams2.redhat.com [10.36.112.46]) by smtp.corp.redhat.com (Postfix) with ESMTP id E21675D71A; Tue, 12 Mar 2019 14:13:32 +0000 (UTC) From: Paolo Bonzini To: qemu-devel@nongnu.org Date: Tue, 12 Mar 2019 15:13:24 +0100 Message-Id: <20190312141324.28572-5-pbonzini@redhat.com> In-Reply-To: <20190312141324.28572-1-pbonzini@redhat.com> References: <20190312141324.28572-1-pbonzini@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Tue, 12 Mar 2019 14:13:33 +0000 (UTC) Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH 4/4] test-migration: fix memory leak X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: marcandre.lureau@redhat.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" Reported by ASAN. Signed-off-by: Paolo Bonzini Reviewed-by: Eric Blake --- tests/migration-test.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/migration-test.c b/tests/migration-test.c index 48dc20a2ae..bd3f5c3125 100644 --- a/tests/migration-test.c +++ b/tests/migration-test.c @@ -382,9 +382,10 @@ static char *migrate_get_socket_address(QTestState *wh= o, const char *parameter) =20 iv =3D qobject_input_visitor_new(object); visit_type_SocketAddressList(iv, NULL, &addrs, &local_err); + visit_free(iv); =20 /* we are only using a single address */ - result =3D g_strdup_printf("%s", SocketAddress_to_str(addrs->value)); + result =3D SocketAddress_to_str(addrs->value); =20 qapi_free_SocketAddressList(addrs); qobject_unref(rsp); --=20 2.20.1