summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libnl/libnl_3.2.22.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2013-11-11 20:15:53 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-20 14:02:53 +0000
commit3c58ea10f90c657d34133d7244a550456bc93cf9 (patch)
tree872079f0925fdc6f655dda6eedfc50de742b263b /meta/recipes-support/libnl/libnl_3.2.22.bb
parent67f44193135c789e478410347ff58ed110ed9484 (diff)
downloadopenembedded-core-contrib-3c58ea10f90c657d34133d7244a550456bc93cf9.tar.gz
libnl: Fix random segfaults due to memory corruption
This is a backport from upstream fixes a severe problem w.r.t memory management, where it would result in random segfaults in applications depending on libnl Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-support/libnl/libnl_3.2.22.bb')
-rw-r--r--meta/recipes-support/libnl/libnl_3.2.22.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-support/libnl/libnl_3.2.22.bb b/meta/recipes-support/libnl/libnl_3.2.22.bb
index 30f85b2995..3c31b1ac86 100644
--- a/meta/recipes-support/libnl/libnl_3.2.22.bb
+++ b/meta/recipes-support/libnl/libnl_3.2.22.bb
@@ -12,7 +12,9 @@ DEPENDS = "flex-native bison-native"
SRC_URI = "http://www.infradead.org/~tgr/${BPN}/files/${BP}.tar.gz \
file://fix-pktloc_syntax_h-race.patch \
file://fix-pc-file.patch \
- file://fix-lib-cache_mngr.c-two-parentheses-bugs.patch"
+ file://fix-lib-cache_mngr.c-two-parentheses-bugs.patch \
+ file://0001-fix-double-free-caused-by-freeing-link-af_data-in-rt.patch \
+ "
SRC_URI[md5sum] = "2e1c889494d274aca24ce5f6a748e66e"
SRC_URI[sha256sum] = "c7c5f267dfeae0c1a530bf96b71fb7c8dbbb07d54beef49b6712d8d6166f629b"