summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-hierofalcon_3.19.bb
diff options
context:
space:
mode:
authorSona Sarmadi <sona.sarmadi@enea.com>2015-11-12 12:15:29 +0100
committerTudor Florea <tudor.florea@enea.com>2015-11-13 01:04:31 +0100
commit752848f86e67d0634c413e097363172f4f18d98b (patch)
tree7f7a82fba56ee7d2a78ddb48f53586021db57976 /recipes-kernel/linux/linux-hierofalcon_3.19.bb
parente163d6cf5d6a525676f566841d6b898ff0c004fb (diff)
downloadmeta-hierofalcon-752848f86e67d0634c413e097363172f4f18d98b.tar.gz
kernel: net: rds: CVE-2015-7990
Fixes Race condition when sending message on unbound socket causing NULL pointer dereference. CVE-2015-7990 is a complete fix for CVE-2015-6937. References: https://lkml.org/lkml/2015/10/16/530 https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2015-7990 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 45df7b3..45a2ece 100644
--- a/recipes-kernel/linux/linux-hierofalcon_3.19.bb
+++ b/recipes-kernel/linux/linux-hierofalcon_3.19.bb
@@ -18,6 +18,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.19;branch="standard/qemuarm6
18 file://keys-CVE-2015-1333.patch \ 18 file://keys-CVE-2015-1333.patch \
19 file://udp_fix_behavior_of_wrong_checksums.patch \ 19 file://udp_fix_behavior_of_wrong_checksums.patch \
20 file://RDS-CVE-2015-6937.patch \ 20 file://RDS-CVE-2015-6937.patch \
21 file://RDS-CVE-2015-7990-a-complete-fix-of-CVE-2015-6937.patch \
21 " 22 "
22 23
23S = "${WORKDIR}/git" 24S = "${WORKDIR}/git"