summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/go/go-1.14.inc
diff options
context:
space:
mode:
authorHitendra Prajapati <hprajapati@mvista.com>2022-06-20 10:46:05 +0530
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-06-24 23:57:45 +0100
commitfe6c34c48db8c249d0234c1d6924082abc37df63 (patch)
treee94a4df846a4bdcc267df55a1f56bfbad50456fc /meta/recipes-devtools/go/go-1.14.inc
parent2ae3d4362871655e76f82de99cb48666aad40c41 (diff)
downloadpoky-fe6c34c48db8c249d0234c1d6924082abc37df63.tar.gz
golang: CVE-2021-44717 syscall: don't close fd 0 on ForkExec error
Source: https://github.com/golang/go MR: 114884 Type: Security Fix Disposition: Backport from https://github.com/golang/go/commit/44a3fb49 ChangeID: 7b28553d4e23828b20c3357b1cca79ee3ca18058 Description: CVE-2021-44717 golang: syscall: don't close fd 0 on ForkExec error. (From OE-Core rev: b835c65845b1445e1bb547c192cb22c2db4c7e6f) Signed-off-by: Hitendra Prajapati <hprajapati@mvista.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/go/go-1.14.inc')
-rw-r--r--meta/recipes-devtools/go/go-1.14.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/go/go-1.14.inc b/meta/recipes-devtools/go/go-1.14.inc
index 08d547a837..4827c6adfa 100644
--- a/meta/recipes-devtools/go/go-1.14.inc
+++ b/meta/recipes-devtools/go/go-1.14.inc
@@ -22,6 +22,7 @@ SRC_URI += "\
22 file://CVE-2021-38297.patch \ 22 file://CVE-2021-38297.patch \
23 file://CVE-2022-23806.patch \ 23 file://CVE-2022-23806.patch \
24 file://CVE-2022-23772.patch \ 24 file://CVE-2022-23772.patch \
25 file://CVE-2021-44717.patch \
25" 26"
26 27
27SRC_URI_append_libc-musl = " file://0009-ld-replace-glibc-dynamic-linker-with-musl.patch" 28SRC_URI_append_libc-musl = " file://0009-ld-replace-glibc-dynamic-linker-with-musl.patch"