mirror of
https://git.yoctoproject.org/poky
synced 2026-04-25 06:32:12 +02:00
libunwind: Invalid dwarf opcodes can cause references beyond the end of the array Off-by-one error in the dwarf_to_unw_regnum function in include/dwarf_i.h in libunwind 1.1 allows local users to have unspecified impact via invalid dwarf opcodes. (From OE-Core rev: 9c4e7f5c009b076b0bc638a02fcf3d96c362e7eb) Signed-off-by: Li Zhou <li.zhou@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 lines
490 B
BlitzBasic
13 lines
490 B
BlitzBasic
require libunwind.inc
|
|
|
|
SRC_URI += "\
|
|
file://Support-building-with-older-compilers.patch \
|
|
file://AArch64-port.patch \
|
|
file://Fix-test-case-link-failure-on-PowerPC-systems-with-Altivec.patch \
|
|
file://Link-libunwind-to-libgcc_s-rather-than-libgcc.patch \
|
|
file://0001-Invalid-dwarf-opcodes-can-cause-references-beyond-th.patch \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "fb4ea2f6fbbe45bf032cd36e586883ce"
|
|
SRC_URI[sha256sum] = "9dfe0fcae2a866de9d3942c66995e4b460230446887dbdab302d41a8aee8d09a"
|