From ba9c9dc10677371c55041e4bba38350f0e777d15 Mon Sep 17 00:00:00 2001 From: Zhixiong Chi Date: Tue, 11 Aug 2020 00:41:18 -0700 Subject: go: CVE-2020-16845 Backport CVE patch from the upstream: https://github.com/golang/go.git commit 027d7241ce050d197e7fabea3d541ffbe3487258 (From OE-Core rev: 4fa2a6c171e62855ad9a2bd7a2d8507067f62988) Signed-off-by: Zhixiong Chi Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie --- meta/recipes-devtools/go/go-1.12.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/go/go-1.12.inc') diff --git a/meta/recipes-devtools/go/go-1.12.inc b/meta/recipes-devtools/go/go-1.12.inc index c3c2d0cfee..fd2d641554 100644 --- a/meta/recipes-devtools/go/go-1.12.inc +++ b/meta/recipes-devtools/go/go-1.12.inc @@ -19,6 +19,7 @@ SRC_URI += "\ file://0001-release-branch.go1.12-security-net-textproto-don-t-n.patch \ file://0010-fix-CVE-2019-17596.patch \ file://CVE-2020-15586.patch \ + file://CVE-2020-16845.patch \ " SRC_URI_append_libc-musl = " file://0009-ld-replace-glibc-dynamic-linker-with-musl.patch" -- cgit v1.2.3-54-g00ecf