1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-16 15:57:04 +00:00

binutils: Fix CVE-2023-39128

Avoid buffer overflow in ada_decode.

(From OE-Core rev: a6587352b4d204134443430b2ddc605f25a5ae3f)

Signed-off-by: Sanjana <sanjanasanju1608@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
Sanjana
2023-09-08 18:11:09 +05:30
committed by Steve Sakoman
parent 31176477ce
commit 192ba3d46c
2 changed files with 75 additions and 0 deletions
@@ -35,5 +35,6 @@ SRC_URI = "\
file://0015-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch \
file://0016-CVE-2023-25586.patch \
file://0001-Fix-an-illegal-memory-access-when-an-accessing-a-zer.patch \
file://0017-CVE-2023-39128.patch \
"
S = "${WORKDIR}/git"