From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57031) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V52Fs-0003BE-6T for qemu-devel@nongnu.org; Thu, 01 Aug 2013 19:26:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V52Fn-00079A-CZ for qemu-devel@nongnu.org; Thu, 01 Aug 2013 19:26:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:11195) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V4tDk-0006d7-HX for qemu-devel@nongnu.org; Thu, 01 Aug 2013 09:47:12 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r71Dl7dN022279 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 1 Aug 2013 09:47:07 -0400 From: Gerd Hoffmann Date: Thu, 1 Aug 2013 15:11:07 +0200 Message-Id: <1375362669-14815-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL for-1.6 0/2] usb fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Two more little usb fixes for 1.6. please pull, Gerd The following changes since commit 75e2a4baf1536682d111d9bee0261806737a32dc: Merge remote-tracking branch 'spice/spice.v72' into staging (2013-07-30 18:48:58 -0500) are available in the git repository at: git://git.kraxel.org/qemu usb.86 for you to fetch changes up to a14ff8a650b5943ee6221b952494661f7cb3b5e2: usb-redir: fix use-after-free (2013-08-01 13:03:42 +0200) ---------------------------------------------------------------- Gerd Hoffmann (2): xhci: fix segfault usb-redir: fix use-after-free hw/usb/hcd-xhci.c | 5 ++--- hw/usb/redirect.c | 1 + 2 files changed, 3 insertions(+), 3 deletions(-)