From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57671) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ceLsZ-0001kx-8R for qemu-devel@nongnu.org; Thu, 16 Feb 2017 08:13:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ceLsW-0000XU-23 for qemu-devel@nongnu.org; Thu, 16 Feb 2017 08:13:47 -0500 Received: from mx1.redhat.com ([209.132.183.28]:46646) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ceLsV-0000Wc-SN for qemu-devel@nongnu.org; Thu, 16 Feb 2017 08:13:43 -0500 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 1AAF261B9A for ; Thu, 16 Feb 2017 13:13:44 +0000 (UTC) From: Gerd Hoffmann Date: Thu, 16 Feb 2017 14:13:36 +0100 Message-Id: <1487250819-23764-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] usb-ccid: improve sanity checks List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Small ccid series which improves the ccid_handle_bulk_out sanity checks. cheers, Gerd Gerd Hoffmann (3): usb-ccid: better bulk_out error handling usb-ccid: move header size check usb-ccid: add check message size checks hw/usb/dev-smartcard-reader.c | 140 +++++++++++++++++++++++------------------- 1 file changed, 76 insertions(+), 64 deletions(-) -- 1.8.3.1