From: Jiri Slaby Date: Sun, 17 Feb 2013 13:33:04 +0000 (+0100) Subject: ALSA: usb/quirks, fix out-of-bounds access X-Git-Tag: v3.9-rc1~129^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4909a0caabb8b4352efcea223e58b86f8bc1f98b;p=pandora-kernel.git ALSA: usb/quirks, fix out-of-bounds access 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 Cc: Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed