summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/libyang/libyang_2.0.164.bb
diff options
context:
space:
mode:
authorUrade, Yogita <Yogita.Urade@windriver.com>2023-07-19 08:58:27 +0000
committerArmin Kuster <akuster808@gmail.com>2023-07-25 07:23:15 -0400
commit3d16ba16fdcb1b5d7eb893c9254063fdf277c9b2 (patch)
tree849e073247af02a9e50a5a2e344740e224666476 /meta-oe/recipes-extended/libyang/libyang_2.0.164.bb
parent8ab74bed48e882b880f2e9c2e195f4b1c95c0b0e (diff)
downloadmeta-openembedded-3d16ba16fdcb1b5d7eb893c9254063fdf277c9b2.tar.gz
libyang: fix CVE-2023-26917
libyang from v2.0.164 to v2.1.30 was discovered to contain a NULL pointer dereference via the function lysp_stmt_validate_value at lys_parse_mem.c. References: https://github.com/CESNET/libyang/issues/1987 Signed-off-by: Yogita Urade <yogita.urade@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/libyang/libyang_2.0.164.bb')
-rw-r--r--meta-oe/recipes-extended/libyang/libyang_2.0.164.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/libyang/libyang_2.0.164.bb b/meta-oe/recipes-extended/libyang/libyang_2.0.164.bb
index 7875c1ef79..eb3f322519 100644
--- a/meta-oe/recipes-extended/libyang/libyang_2.0.164.bb
+++ b/meta-oe/recipes-extended/libyang/libyang_2.0.164.bb
@@ -12,6 +12,7 @@ SRC_URI = "git://github.com/CESNET/libyang.git;branch=master;protocol=https \
12 file://libyang-add-stdint-h.patch \ 12 file://libyang-add-stdint-h.patch \
13 file://run-ptest \ 13 file://run-ptest \
14 file://CVE-2023-26916.patch \ 14 file://CVE-2023-26916.patch \
15 file://CVE-2023-26917.patch \
15 " 16 "
16 17
17S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"