summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/go/go-1.14.inc
diff options
context:
space:
mode:
authorHitendra Prajapati <hprajapati@mvista.com>2022-12-09 10:38:14 +0530
committerSteve Sakoman <steve@sakoman.com>2022-12-13 13:25:38 -1000
commit2470c52db633f206dbfcd049fcca828d1ff5f82a (patch)
treeef4185ff5463475d2b1735e54a3248581e4e934e /meta/recipes-devtools/go/go-1.14.inc
parentc0e44595555a81d1a1cd206c2235cbc419d02bd1 (diff)
downloadopenembedded-core-contrib-2470c52db633f206dbfcd049fcca828d1ff5f82a.tar.gz
golang: CVE-2022-41715 regexp/syntax: limit memory used by parsing regexps
Upstream-Status: Backport from https://github.com/golang/go/commit/e9017c2416ad0ef642f5e0c2eab2dbf3cba4d997 Signed-off-by: Hitendra Prajapati <hprajapati@mvista.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
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 cec37c1b09..b4a137b8c8 100644
--- a/meta/recipes-devtools/go/go-1.14.inc
+++ b/meta/recipes-devtools/go/go-1.14.inc
@@ -49,6 +49,7 @@ SRC_URI += "\
file://CVE-2022-24921.patch \
file://CVE-2022-28131.patch \
file://CVE-2022-28327.patch \
+ file://CVE-2022-41715.patch \
"
SRC_URI_append_libc-musl = " file://0009-ld-replace-glibc-dynamic-linker-with-musl.patch"