diff mbox series

[2/2] binutils: Ignore CVE-2022-38126 CVE-2022-38127

Message ID 20220913005132.2218132-2-raj.khem@gmail.com
State Accepted, archived
Commit 5789c34b3e77937d034817a0cbd73bc1e4dcf451
Headers show
Series [1/2] glibc: Upgrade to tip of 2.36 branch | expand

Commit Message

Khem Raj Sept. 13, 2022, 12:51 a.m. UTC
They are already part of backports to 2_36 branch
as noted

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-devtools/binutils/binutils-2.39.inc | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/binutils/binutils-2.39.inc b/meta/recipes-devtools/binutils/binutils-2.39.inc
index 37627c8f93..e4fdb73243 100644
--- a/meta/recipes-devtools/binutils/binutils-2.39.inc
+++ b/meta/recipes-devtools/binutils/binutils-2.39.inc
@@ -34,3 +34,7 @@  SRC_URI = "\
      file://0013-CVE-2022-38533.patch \
 "
 S  = "${WORKDIR}/git"
+# Already in 2.39 branch
+# - https://sourceware.org/bugzilla/show_bug.cgi?id=29289
+# - https://sourceware.org/bugzilla/show_bug.cgi?id=29290
+CVE_CHECK_IGNORE += "CVE-2022-38126 CVE-2022-38127"