From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55941) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGLoR-0004Oo-Fa for qemu-devel@nongnu.org; Tue, 05 Jan 2016 02:13:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aGLoO-0003ey-9o for qemu-devel@nongnu.org; Tue, 05 Jan 2016 02:13:47 -0500 Received: from mx1.redhat.com ([209.132.183.28]:35682) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGLoO-0003eu-50 for qemu-devel@nongnu.org; Tue, 05 Jan 2016 02:13:44 -0500 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id CC79DA325F for ; Tue, 5 Jan 2016 07:13:43 +0000 (UTC) Message-ID: <1451978021.31764.4.camel@redhat.com> From: Gerd Hoffmann Date: Tue, 05 Jan 2016 08:13:41 +0100 In-Reply-To: <1450861787-16213-1-git-send-email-bsd@redhat.com> References: <1450861787-16213-1-git-send-email-bsd@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0/2] Fix some coverity reported defects List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bandan Das Cc: pbonzini@redhat.com, qemu-devel@nongnu.org On Mi, 2015-12-23 at 14:39 +0530, Bandan Das wrote: > The first change replaces QLIST_FOREACH with the safe variant > and the second was incorrectly using MTPObject * in the trace function > after freeing it. >=20 > Bandan Das (2): > usb-mtp: use safe variant when cleaning events list > usb-mtp: fix call to trace function >=20 > hw/usb/dev-mtp.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >=20 Added to usb patch queue. thanks, Gerd