From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36077) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBfR4-000616-MZ for qemu-devel@nongnu.org; Wed, 23 Dec 2015 04:10:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aBfR3-0005Im-UN for qemu-devel@nongnu.org; Wed, 23 Dec 2015 04:10:18 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57167) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBfR3-0005IR-QB for qemu-devel@nongnu.org; Wed, 23 Dec 2015 04:10:17 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 16C234C65E for ; Wed, 23 Dec 2015 09:10:17 +0000 (UTC) From: Bandan Das Date: Wed, 23 Dec 2015 14:39:45 +0530 Message-Id: <1450861787-16213-1-git-send-email-bsd@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] Fix some coverity reported defects List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com, Bandan Das , kraxel@redhat.com The first change replaces QLIST_FOREACH with the safe variant and the second was incorrectly using MTPObject * in the trace function after freeing it. Bandan Das (2): usb-mtp: use safe variant when cleaning events list usb-mtp: fix call to trace function hw/usb/dev-mtp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -- 2.6.2