mirror of
https://git.yoctoproject.org/poky
synced 2026-07-27 19:37:10 +00:00
binutils: Fix CVE-2025-7545
objcopy: Don't extend the output section size Since the output section contents are copied from the input, don't extend the output section size beyond the input section size. Backport a patch from upstream to fix CVE-2025-7545 Upstream-Status: Backport [https://sourceware.org/git/?p=binutils-gdb.git;a=patch;h=08c3cbe5926e4d355b5cb70bbec2b1eeb40c2944] (From OE-Core rev: 9730ddc98bd961d4e2b5b79fa60a2dde1d2a3301) 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
648f6d1fdd
commit
b5cd1f7457
@@ -43,5 +43,6 @@ SRC_URI = "\
|
||||
file://0016-CVE-2025-5244.patch \
|
||||
file://0016-CVE-2025-3198.patch \
|
||||
file://0018-CVE-2025-5245.patch \
|
||||
file://0019-CVE-2025-7545.patch \
|
||||
"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Reference in New Issue
Block a user