summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/glibc_2.31.bb
diff options
context:
space:
mode:
authorBhabu Bindu <bhabu.bindu@kpit.com>2023-12-13 16:45:08 +0530
committerSteve Sakoman <steve@sakoman.com>2023-12-21 05:17:55 -1000
commit43fa25ea6fd7c783aabdfe4cbc71b2eb3666b195 (patch)
tree2b51bee840af2d3c7ecc3e2c629e4c3acc125076 /meta/recipes-core/glibc/glibc_2.31.bb
parentf56b09922526c47c1f17c67059bb6b838d105158 (diff)
downloadpoky-43fa25ea6fd7c783aabdfe4cbc71b2eb3666b195.tar.gz
glibc: Fix CVE-2023-4813
Add patch to fix CVE-2023-4813 Link: https://security-tracker.debian.org/tracker/CVE-2023-4813 (From OE-Core rev: d735b2a94091f9a4a91917c73bd73d9ce4a31e3e) Signed-off-by: Bhabu Bindu <bhabu.bindu@kpit.com> Signed-off-by: Poonam Jadhav <ppjadhav456@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-core/glibc/glibc_2.31.bb')
-rw-r--r--meta/recipes-core/glibc/glibc_2.31.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/glibc/glibc_2.31.bb b/meta/recipes-core/glibc/glibc_2.31.bb
index 8298088323..296c892994 100644
--- a/meta/recipes-core/glibc/glibc_2.31.bb
+++ b/meta/recipes-core/glibc/glibc_2.31.bb
@@ -88,6 +88,7 @@ SRC_URI = "${GLIBC_GIT_URI};branch=${SRCBRANCH};name=glibc \
88 file://0037-Avoid-deadlock-between-pthread_create-and-ctors.patch \ 88 file://0037-Avoid-deadlock-between-pthread_create-and-ctors.patch \
89 file://CVE-2023-0687.patch \ 89 file://CVE-2023-0687.patch \
90 file://CVE-2023-4911.patch \ 90 file://CVE-2023-4911.patch \
91 file://CVE-2023-4813.patch \
91 " 92 "
92S = "${WORKDIR}/git" 93S = "${WORKDIR}/git"
93B = "${WORKDIR}/build-${TARGET_SYS}" 94B = "${WORKDIR}/build-${TARGET_SYS}"