summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-hierofalcon_3.19.bb
diff options
context:
space:
mode:
authorSona Sarmadi <sona.sarmadi@enea.com>2016-01-21 13:14:30 +0100
committerTudor Florea <tudor.florea@enea.com>2016-01-22 03:17:45 +0100
commitac8af89d18d9ea12747354bbb8f34dc04c6613e9 (patch)
treec3328fce267c7dbf2d399c74bf8616f1bc0ba602 /recipes-kernel/linux/linux-hierofalcon_3.19.bb
parenta7516bc90a45e8f16f9a83e0abbb420447150984 (diff)
downloadmeta-hierofalcon-ac8af89d18d9ea12747354bbb8f34dc04c6613e9.tar.gz
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 <sona.sarmadi@enea.com> Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'recipes-kernel/linux/linux-hierofalcon_3.19.bb')
-rw-r--r--recipes-kernel/linux/linux-hierofalcon_3.19.bb1
1 files changed, 1 insertions, 0 deletions
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
27 file://vhost-CVE-2015-6252.patch \ 27 file://vhost-CVE-2015-6252.patch \
28 file://ipv6-CVE-2015-2922.patch \ 28 file://ipv6-CVE-2015-2922.patch \
29 file://ipv4-CVE-2015-3636.patch \ 29 file://ipv4-CVE-2015-3636.patch \
30 file://usb-whiteheat-CVE-2015-5257.patch \
30 " 31 "
31 32
32S = "${WORKDIR}/git" 33S = "${WORKDIR}/git"