mirror of
https://git.yoctoproject.org/poky
synced 2026-05-07 16:59:22 +00:00
llvm : Fix CVE-2024-0151
Backport a patch from upstream to fix CVE-2024-0151 Upstream-Status: Backport [https://github.com/llvm/llvm-project/commit/78ff617d3f573fb3a9b2fef180fa0fd43d5584ea] (From OE-Core rev: 883754a84accdc8f8418e83d3c54aa763bcdff87) Signed-off-by: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
47efe3545e
commit
c5f4a2b228
File diff suppressed because it is too large
Load Diff
@@ -36,6 +36,7 @@ SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH};protocol=http
|
||||
file://CVE-2023-46049.patch;striplevel=2 \
|
||||
file://CVE-2024-31852-1.patch;striplevel=2 \
|
||||
file://CVE-2024-31852-2.patch;striplevel=2 \
|
||||
file://CVE-2024-0151.patch;striplevel=2 \
|
||||
"
|
||||
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "llvmorg-(?P<pver>\d+(\.\d+)+)"
|
||||
|
||||
Reference in New Issue
Block a user