From e865e5056235a9b4e3911d4c734a3ffa71bb9e62 Mon Sep 17 00:00:00 2001 From: Andrej Valek Date: Thu, 31 May 2018 10:23:26 +0200 Subject: busybox: Fix lzma segfaults - fix multiple lzma segmentation faults - patch includes multiple fixing commits - test-cases have been removed due to binary data Signed-off-by: Andrej Valek Signed-off-by: Richard Purdie --- meta/recipes-core/busybox/busybox_1.27.2.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-core/busybox/busybox_1.27.2.bb') diff --git a/meta/recipes-core/busybox/busybox_1.27.2.bb b/meta/recipes-core/busybox/busybox_1.27.2.bb index 36a6342aaf..92678701fc 100644 --- a/meta/recipes-core/busybox/busybox_1.27.2.bb +++ b/meta/recipes-core/busybox/busybox_1.27.2.bb @@ -45,6 +45,7 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ file://CVE-2011-5325.patch \ file://CVE-2017-15873.patch \ file://busybox-CVE-2017-16544.patch \ + file://busybox-fix-lzma-segfaults.patch \ " SRC_URI_append_libc-musl = " file://musl.cfg " -- cgit 1.2.3-korg