From 969125816231fc089be31e02c804f594713e8f56 Mon Sep 17 00:00:00 2001 From: Sona Sarmadi Date: Wed, 16 Mar 2016 08:18:33 +0100 Subject: 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 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 85ded8c..f0b6207 100644 --- a/recipes-kernel/linux/linux-hierofalcon_4.1.bb +++ b/recipes-kernel/linux/linux-hierofalcon_4.1.bb @@ -32,6 +32,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1;branch="standard/qemuarm64 file://dcache-CVE-2015-2925.patch \ file://virtio-net-CVE-2015-5156.patch \ file://ipc-CVE-2015-7613.patch \ + file://net-unix-CVE-2013-7446.patch \ " S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf