From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42862) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLos6-0000ek-F8 for qemu-devel@nongnu.org; Wed, 20 Jan 2016 04:16:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aLos3-0002ol-B0 for qemu-devel@nongnu.org; Wed, 20 Jan 2016 04:16:10 -0500 Received: from mx1.redhat.com ([209.132.183.28]:59052) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLos3-0002oY-6A for qemu-devel@nongnu.org; Wed, 20 Jan 2016 04:16:07 -0500 Message-ID: <1453281365.11804.41.camel@redhat.com> From: Gerd Hoffmann Date: Wed, 20 Jan 2016 10:16:05 +0100 In-Reply-To: <1453233406-12165-1-git-send-email-ppandit@redhat.com> References: <1453233406-12165-1-git-send-email-ppandit@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] usb: check page select value while processing iTD List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: P J P Cc: Qinghao Tang , qemu-devel@nongnu.org, Prasad J Pandit On Mi, 2016-01-20 at 01:26 +0530, P J P wrote: > While processing isochronous transfer descriptors(iTD), the page > select(PG) field value could lead to an OOB read access. Add > check to avoid it. Added to usb patch queue. thanks, Gerd