diff options
| author | Anil Dongare <adongare@cisco.com> | 2026-03-16 09:55:22 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-05-22 13:26:32 -0500 |
| commit | 2942aec8f2c08d491d5703f0adae4c330b80bb55 (patch) | |
| tree | 43e127990422325a9b901412fa13e2362ebb87c0 /recipes-devtools/clang/common.inc | |
| parent | eafdaa3cda9000c6d9bd1819ffe1219c7b66e4b8 (diff) | |
| download | meta-clang-kirkstone.tar.gz | |
clang : Fix CVE-2024-7883kirkstone
This patch applies the upstream fix as referenced in [2], using the commit shown in [1].
[1] https://github.com/llvm/llvm-project/commit/33411d520783189c31e9936a67371198d6da5f25
[2] https://security-tracker.debian.org/tracker/CVE-2024-7883
(cherry picked from commit 5bce7e26a38a58bb52242494e54ab2af40009574)
Signed-off-by: Anil Dongare <adongare@cisco.com>
Signed-off-by: Nitin Wankhade <nitin.wankhade333@gmail.com>
Diffstat (limited to 'recipes-devtools/clang/common.inc')
| -rw-r--r-- | recipes-devtools/clang/common.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-devtools/clang/common.inc b/recipes-devtools/clang/common.inc index 0537cbb..2c9474b 100644 --- a/recipes-devtools/clang/common.inc +++ b/recipes-devtools/clang/common.inc | |||
| @@ -50,6 +50,7 @@ SRC_URI = "\ | |||
| 50 | file://0038-lldb-Get-rid-of-__STDC_LIMIT_MACROS-and-__STDC_CONST.patch \ | 50 | file://0038-lldb-Get-rid-of-__STDC_LIMIT_MACROS-and-__STDC_CONST.patch \ |
| 51 | file://0039-lldb-Fix-error-non-const-lvalue.-caused-by-SWIG-4.1..patch \ | 51 | file://0039-lldb-Fix-error-non-const-lvalue.-caused-by-SWIG-4.1..patch \ |
| 52 | file://0040-Install-arm_neon_sve_bridge.h.patch \ | 52 | file://0040-Install-arm_neon_sve_bridge.h.patch \ |
| 53 | file://CVE-2024-7883.patch \ | ||
| 53 | " | 54 | " |
| 54 | # Fallback to no-PIE if not set | 55 | # Fallback to no-PIE if not set |
| 55 | GCCPIE ??= "" | 56 | GCCPIE ??= "" |
