From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59547) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agtwL-0001Fw-5e for qemu-devel@nongnu.org; Fri, 18 Mar 2016 08:55:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1agtwH-0006C3-P0 for qemu-devel@nongnu.org; Fri, 18 Mar 2016 08:55:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42675) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agtwH-0006Bt-Dw for qemu-devel@nongnu.org; Fri, 18 Mar 2016 08:55:37 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id 035F164396 for ; Fri, 18 Mar 2016 12:55:37 +0000 (UTC) Message-ID: <1458305735.6882.51.camel@redhat.com> From: Gerd Hoffmann Date: Fri, 18 Mar 2016 13:55:35 +0100 In-Reply-To: <1457577325-21606-2-git-send-email-peterx@redhat.com> References: <1457577325-21606-1-git-send-email-peterx@redhat.com> <1457577325-21606-2-git-send-email-peterx@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH v2 1/2] usb: fix unbound stack usage for usb_mtp_add_str List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Xu Cc: pbonzini@redhat.com, famz@redhat.com, qemu-devel@nongnu.org On Do, 2016-03-10 at 10:35 +0800, Peter Xu wrote: > Use heap instead of stack. Added to usb queue. thanks, Gerd