diff options
| author | Deepthi Hemraj <Deepthi.Hemraj@windriver.com> | 2024-07-29 03:10:42 -0700 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-08-05 06:02:01 -0700 |
| commit | e13522777906f85a89f685e1c28e815c6a7508b0 (patch) | |
| tree | 702940b5f17ef1e85bbfaf51e6cee2934b61a203 /meta/recipes-devtools/llvm/llvm_git.bb | |
| parent | e781bf1095ce8f1f96ec86412c0ac385907d6d8f (diff) | |
| download | poky-e13522777906f85a89f685e1c28e815c6a7508b0.tar.gz | |
llvm: Fix CVE-2023-46049
[Bitcode] Add some missing GetTypeByID failure checks
Print an error instead of crashing.
(From OE-Core rev: 9cc4518226488693942ad325d6264e52006bd061)
Signed-off-by: Deepthi Hemraj <Deepthi.Hemraj@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/llvm/llvm_git.bb')
| -rw-r--r-- | meta/recipes-devtools/llvm/llvm_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb index cedbfb138e..dbf1ff45d4 100644 --- a/meta/recipes-devtools/llvm/llvm_git.bb +++ b/meta/recipes-devtools/llvm/llvm_git.bb | |||
| @@ -33,6 +33,7 @@ SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH};protocol=http | |||
| 33 | file://0007-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \ | 33 | file://0007-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \ |
| 34 | file://0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch;striplevel=2 \ | 34 | file://0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch;striplevel=2 \ |
| 35 | file://0001-Support-Add-missing-cstdint-header-to-Signals.h.patch;striplevel=2 \ | 35 | file://0001-Support-Add-missing-cstdint-header-to-Signals.h.patch;striplevel=2 \ |
| 36 | file://CVE-2023-46049.patch;striplevel=2 \ | ||
| 36 | " | 37 | " |
| 37 | 38 | ||
| 38 | UPSTREAM_CHECK_GITTAGREGEX = "llvmorg-(?P<pver>\d+(\.\d+)+)" | 39 | UPSTREAM_CHECK_GITTAGREGEX = "llvmorg-(?P<pver>\d+(\.\d+)+)" |
