diff options
| author | pgowda <pgowda.cve@gmail.com> | 2021-12-20 01:50:09 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-22 23:11:45 +0000 |
| commit | 3cb504cebafcbf6490c049efb5acd8e2fa4e95ec (patch) | |
| tree | ed7967cbbae8652020d3b4533fc04e2722c364fe /meta/recipes-devtools/binutils/binutils-2.37.inc | |
| parent | 3503555a8b3595ec6ab4d836176ca5309f32912c (diff) | |
| download | poky-3cb504cebafcbf6490c049efb5acd8e2fa4e95ec.tar.gz | |
binutils: CVE-2021-42574
Upstream-Status: Backport [https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=b3aa80b45c4f46029efeb204bb9f2d2c4278a0e5]
[RP: Merge uint -> unsigned int change]
(From OE-Core rev: fa242a41f3436f1d73eabee335573c1801bf7888)
Signed-off-by: pgowda <pgowda.cve@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils-2.37.inc')
| -rw-r--r-- | meta/recipes-devtools/binutils/binutils-2.37.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-2.37.inc b/meta/recipes-devtools/binutils/binutils-2.37.inc index fca4a80ad2..043f7f8235 100644 --- a/meta/recipes-devtools/binutils/binutils-2.37.inc +++ b/meta/recipes-devtools/binutils/binutils-2.37.inc | |||
| @@ -33,5 +33,6 @@ SRC_URI = "\ | |||
| 33 | file://0016-Check-for-clang-before-checking-gcc-version.patch \ | 33 | file://0016-Check-for-clang-before-checking-gcc-version.patch \ |
| 34 | file://0017-bfd-Close-the-file-descriptor-if-there-is-no-archive.patch \ | 34 | file://0017-bfd-Close-the-file-descriptor-if-there-is-no-archive.patch \ |
| 35 | file://0001-elf-Discard-input-.note.gnu.build-id-sections.patch \ | 35 | file://0001-elf-Discard-input-.note.gnu.build-id-sections.patch \ |
| 36 | file://0001-CVE-2021-42574.patch \ | ||
| 36 | " | 37 | " |
| 37 | S = "${WORKDIR}/git" | 38 | S = "${WORKDIR}/git" |
