From: Shaun Tancheff Date: Thu, 23 Feb 2006 03:47:19 +0000 (-0800) Subject: [PATCH] USB: Gadget RNDIS fix alloc bug. (buffer overflow) X-Git-Tag: v2.6.16-rc6~155^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8763716bfe4d8a16bef28c9947cf9d799b1796a5;p=pandora-kernel.git [PATCH] USB: Gadget RNDIS fix alloc bug. (buffer overflow) Remote NDIS response to OID_GEN_SUPPORTED_LIST only allocated space for the data attached to the reply, and not the reply structure itself. This caused other kmalloc'd memory to be corrupted. Signed-off-by: Shaun Tancheff Signed-off-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed