]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
binutils: Fix CVE-2025-7545
authorDeepesh Varatharajan <Deepesh.Varatharajan@windriver.com>
Tue, 29 Jul 2025 09:15:32 +0000 (02:15 -0700)
committerSteve Sakoman <steve@sakoman.com>
Tue, 29 Jul 2025 13:39:06 +0000 (06:39 -0700)
commit4f461ed46b7694fc4815c7f0504b9cefe5da8e19
tree46ef73bdc7125973899f342da52c7e944f0920da
parent9418c88c964dffc21abe6a056db72c3c81e25137
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]

Signed-off-by: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/binutils/binutils-2.38.inc
meta/recipes-devtools/binutils/binutils/0043-CVE-2025-7545.patch [new file with mode: 0644]