summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-hierofalcon_3.19.bb
diff options
context:
space:
mode:
authorSona Sarmadi <sona.sarmadi@enea.com>2016-03-16 08:18:33 +0100
committerTudor Florea <tudor.florea@enea.com>2016-03-17 03:06:30 +0100
commit969125816231fc089be31e02c804f594713e8f56 (patch)
treed04ba2a33853feddab63aa59fd06eb726648c986 /recipes-kernel/linux/linux-hierofalcon_3.19.bb
parent227e772457791f69b69646556b3ffbbb94936bd0 (diff)
downloadmeta-hierofalcon-969125816231fc089be31e02c804f594713e8f56.tar.gz
net-unix: CVE-2013-7446
Unix sockets use after free - peer_wait_queue prematurely freed Reference: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-7446 References to upstream patch: https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/patch/?id=5c77e26862ce604edea05b3442ed765e9756fe0f 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 5b3bd5e..92f6664 100644
--- a/recipes-kernel/linux/linux-hierofalcon_3.19.bb
+++ b/recipes-kernel/linux/linux-hierofalcon_3.19.bb
@@ -33,6 +33,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.19;branch="standard/qemuarm6
33 file://dcache-CVE-2015-2925.patch \ 33 file://dcache-CVE-2015-2925.patch \
34 file://virtio-net-CVE-2015-5156.patch \ 34 file://virtio-net-CVE-2015-5156.patch \
35 file://ipc-CVE-2015-7613.patch \ 35 file://ipc-CVE-2015-7613.patch \
36 file://net-unix-CVE-2013-7446.patch \
36 " 37 "
37 38
38S = "${WORKDIR}/git" 39S = "${WORKDIR}/git"