summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/glibc_2.30.bb
diff options
context:
space:
mode:
authorZhixiong Chi <zhixiong.chi@windriver.com>2020-03-09 00:43:44 -0700
committerArmin Kuster <akuster808@gmail.com>2020-03-15 13:33:19 -0700
commit229bc59863265433121656b57320d90808f6569e (patch)
treefdf89ba697e21eceaeaa8efa46074080852daa25 /meta/recipes-core/glibc/glibc_2.30.bb
parent4281342a04078990bb0a110760ff2dc053eccc93 (diff)
downloadopenembedded-core-contrib-229bc59863265433121656b57320d90808f6569e.tar.gz
glibc: CVE-2020-10029
Backport the CVE patch from upstream: [https://sourceware.org/git/gitweb.cgi?p=glibc.git; a=patch;h=9333498794cde1d5cca518badf79533a24114b6f] Signed-off-by: Zhixiong Chi <zhixiong.chi@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta/recipes-core/glibc/glibc_2.30.bb')
-rw-r--r--meta/recipes-core/glibc/glibc_2.30.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/glibc/glibc_2.30.bb b/meta/recipes-core/glibc/glibc_2.30.bb
index 7913bc2812..c9e44a396d 100644
--- a/meta/recipes-core/glibc/glibc_2.30.bb
+++ b/meta/recipes-core/glibc/glibc_2.30.bb
@@ -42,6 +42,7 @@ SRC_URI = "${GLIBC_GIT_URI};branch=${SRCBRANCH};name=glibc \
file://0027-inject-file-assembly-directives.patch \
file://0028-locale-prevent-maybe-uninitialized-errors-with-Os-BZ.patch \
file://CVE-2019-19126.patch \
+ file://CVE-2020-10029.patch \
"
S = "${WORKDIR}/git"
B = "${WORKDIR}/build-${TARGET_SYS}"