From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33290) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avfQz-000756-RW for qemu-devel@nongnu.org; Thu, 28 Apr 2016 02:28:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1avfQu-0007CX-Sj for qemu-devel@nongnu.org; Thu, 28 Apr 2016 02:28:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44573) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avfQu-0007CH-Ma for qemu-devel@nongnu.org; Thu, 28 Apr 2016 02:28:16 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 5019C7F09A for ; Thu, 28 Apr 2016 06:28:16 +0000 (UTC) Received: from blackfin.pond.sub.org (ovpn-116-34.ams2.redhat.com [10.36.116.34]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u3S6SE2G005082 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Thu, 28 Apr 2016 02:28:15 -0400 From: Markus Armbruster Date: Thu, 28 Apr 2016 08:28:10 +0200 Message-Id: <1461824893-21125-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PULL for-2.6 0/3] Fix dangling pointers and error message regressions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org PATCH 1+2 are simple fixes for dangling pointers to unused stack, and as such belong into 2.6 if at all possible. PATCH 3 fixes an error message regression. The patch is a bit long, but repetitive. The following changes since commit f419a626c76bcb26697883af702862e8623056f9: usb/uhci: move pid check (2016-04-25 12:05:05 +0100) are available in the git repository at: git://repo.or.cz/qemu/armbru.git tags/pull-error-2016-04-28 for you to fetch changes up to 51b9b478cc238ad23a78ffd713f9c18bbc3907e6: qom: -object error messages lost location, restore it (2016-04-28 08:19:36 +0200) ---------------------------------------------------------------- Fix dangling pointers and error message regressions ---------------------------------------------------------------- Markus Armbruster (3): QemuOpts: Fix qemu_opts_foreach() dangling location regression replay: Fix dangling location bug in replay_configure() qom: -object error messages lost location, restore it include/qom/object_interfaces.h | 5 +++-- qemu-img.c | 39 +++++++++++---------------------------- qemu-io.c | 3 +-- qemu-nbd.c | 3 +-- qom/object_interfaces.c | 4 +++- replay/replay.c | 3 ++- util/qemu-option.c | 6 +++--- vl.c | 6 ++---- 8 files changed, 26 insertions(+), 43 deletions(-) -- 2.5.5