From f843c4d152d2819b4df601a19e71f15099efecc4 Mon Sep 17 00:00:00 2001 From: Sona Sarmadi Date: Thu, 14 Apr 2016 13:40:53 +0200 Subject: kernel-ALSA: CVE-2016-2384 Fixes double-free in usb-audio triggered by invalid USB descriptor. Reference: https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2016-2384 Reference to the upstream patch: https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/patch/?id=1ea63b629c9c53af6cdde4daf166b3d31b3e9cfe Signed-off-by: Sona Sarmadi Signed-off-by: Tudor Florea --- recipes-kernel/linux/linux-hierofalcon_4.1.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-kernel/linux/linux-hierofalcon_4.1.bb') diff --git a/recipes-kernel/linux/linux-hierofalcon_4.1.bb b/recipes-kernel/linux/linux-hierofalcon_4.1.bb index f528b53..39c40dd 100644 --- a/recipes-kernel/linux/linux-hierofalcon_4.1.bb +++ b/recipes-kernel/linux/linux-hierofalcon_4.1.bb @@ -37,6 +37,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1;branch="standard/qemuarm64 file://bpf-CVE-2016-2383.patch \ file://ALSA-CVE-2016-2546.patch \ file://Btrfs-CVE-2015-8374.patch \ + file://ALSA-CVE-2016-2384.patch \ " S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf