commit | 8763716bfe4d8a16bef28c9947cf9d799b1796a5 | [log] [tgz] |
---|---|---|
author | Shaun Tancheff <shaun@tancheff.com> | Wed Feb 22 19:47:19 2006 -0800 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Feb 28 12:42:06 2006 -0800 |
tree | f0e8d0dcbf55953ea084f110c013743716b2a068 | |
parent | d5ec33490c67affef93aebf76e1238260c82d377 [diff] |
[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 <shaun@tancheff.com> Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>