summaryrefslogtreecommitdiff
path: root/sound/pci/rme9652/Makefile
blob: dcba560402058e2153d5935db01ac84a21eabd5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# Makefile for ALSA
# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
#

snd-rme9652-objs := rme9652.o
snd-hdsp-objs := hdsp.o
snd-hdspm-objs := hdspm.o

# Toplevel Module Dependency
obj-$(CONFIG_SND_RME9652) += snd-rme9652.o
obj-$(CONFIG_SND_HDSP) += snd-hdsp.o
obj-$(CONFIG_SND_HDSPM) +=snd-hdspm.o
ent Pelletier <plr.vincent@gmail.com>2017-01-18 00:57:44 +0000 committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-01-25 12:03:52 +0100 commit83e526f2a2fa4b2e82b6bd3ddbb26b70acfa8947 (patch) tree3067a6dfefc8299039bc89f9eca8dc36a77e1ab4 /drivers/usb/early parentd9b2997e4a0a874e452df7cdd7de5a54502bd0aa (diff)
usb: gadget: f_fs: Assorted buffer overflow checks.
OS descriptor head, when flagged as provided, is accessed without checking if it fits in provided buffer. Verify length before access. Also, there are other places where buffer length it checked after accessing offsets which are potentially past the end. Check buffer length before as well to fail cleanly. Signed-off-by: Vincent Pelletier <plr.vincent@gmail.com> Acked-by: Felipe Balbi <felipe.balbi@linux.intel.com> Cc: stable <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/early')