git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5ec334
)
[PATCH] USB: Gadget RNDIS fix alloc bug. (buffer overflow)
author
Shaun Tancheff
<shaun@tancheff.com>
Thu, 23 Feb 2006 03:47:19 +0000
(19:47 -0800)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 28 Feb 2006 20:42:06 +0000
(12:42 -0800)
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>
No differences found