mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
gcc: Fix -fstack-protector issue on aarch64
This series of patches fixes deficiencies in GCC's -fstack-protector implementation for AArch64 when using dynamically allocated stack space. This is CVE-2023-4039. See: https://developer.arm.com/Arm%20Security%20Center/GCC%20Stack%20Protector%20Vulnerability%20AArch64 https://github.com/metaredteam/external-disclosures/security/advisories/GHSA-x7ch-h5rf-w2mf for more details. (From OE-Core rev: e6592fc8308240872300a6295162e14d54c5a905) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
2a7595f1c1
commit
f15ebb2af3
@@ -68,6 +68,7 @@ SRC_URI = "\
|
||||
file://0002-aarch64-add-armv9-a-to-march.patch \
|
||||
file://0003-aarch64-Enable-FP16-feature-by-default-for-Armv9.patch \
|
||||
file://0004-arm-add-armv9-a-architecture-to-march.patch \
|
||||
file://CVE-2023-4039.patch \
|
||||
"
|
||||
|
||||
SRC_URI[sha256sum] = "3f2db222b007e8a4a23cd5ba56726ef08e8b1f1eb2055ee72c1402cea73a8dd9"
|
||||
|
||||
2893
meta/recipes-devtools/gcc/gcc/CVE-2023-4039.patch
Normal file
2893
meta/recipes-devtools/gcc/gcc/CVE-2023-4039.patch
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user