From ac8af89d18d9ea12747354bbb8f34dc04c6613e9 Mon Sep 17 00:00:00 2001 From: Sona Sarmadi Date: Thu, 21 Jan 2016 13:14:30 +0100 Subject: usb-whiteheat: CVE-2015-5257 Fixes NULL pointer dereference in USB WhiteHEAT serial. Reference: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-5257 Upstream fix: https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/ patch/?id=44f73be485f66dfeca7c6a5e334a7a11b97a4151 Signed-off-by: Sona Sarmadi Signed-off-by: Tudor Florea --- recipes-kernel/linux/linux-hierofalcon_3.19.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-kernel/linux/linux-hierofalcon_3.19.bb') diff --git a/recipes-kernel/linux/linux-hierofalcon_3.19.bb b/recipes-kernel/linux/linux-hierofalcon_3.19.bb index 895a08c..6e44bbc 100644 --- a/recipes-kernel/linux/linux-hierofalcon_3.19.bb +++ b/recipes-kernel/linux/linux-hierofalcon_3.19.bb @@ -27,6 +27,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.19;branch="standard/qemuarm6 file://vhost-CVE-2015-6252.patch \ file://ipv6-CVE-2015-2922.patch \ file://ipv4-CVE-2015-3636.patch \ + file://usb-whiteheat-CVE-2015-5257.patch \ " S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf