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:
c881f80
)
ALSA: usb/quirks, fix out-of-bounds access
author
Jiri Slaby
<jslaby@suse.cz>
Sun, 17 Feb 2013 13:33:04 +0000
(14:33 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Sun, 17 Feb 2013 17:02:00 +0000
(18:02 +0100)
bootresponse in snd_usb_mbox2_boot_quirk is only 12 (decimal) u8's
long, but i9s passed to snd_usb_ctl_msg as it would be 0x12 (hexa)
long. Fix that by having proper size of the array, i.e. 0x12.
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
No differences found