From 3c43e5b659f53ad62c8893f63b6b61104b701e48 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 28 Feb 2019 19:21:12 -0800 Subject: musl: Fix out of bounds data access in dlopen (From OE-Core rev: c81a204f41bd018964d7ef096087ace5c78365c3) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-core/musl/musl_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-core/musl/musl_git.bb') diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb index f1052278c8..6a72b7d3bc 100644 --- a/meta/recipes-core/musl/musl_git.bb +++ b/meta/recipes-core/musl/musl_git.bb @@ -15,6 +15,7 @@ PV = "${BASEVER}+git${SRCPV}" SRC_URI = "git://git.musl-libc.org/musl \ file://0001-Make-dynamic-linker-a-relative-symlink-to-libc.patch \ file://0002-ldso-Use-syslibdir-and-libdir-as-default-pathes-to-l.patch \ + file://out_of_bounds_read.patch \ " S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf