Hi Aaron,
On Mon, May 19, 2025 at 03:10:30PM -0400, Aaron Merey wrote:
> eu_tfind is used to facilitate lazy loading throughout libdw.
> If a result is not found via eu_tfind, work is done to load
> the result and cache it in an eu_search_tree.
>
> Some calls to eu_tfind allow for TOCTOU bugs. M
https://sourceware.org/bugzilla/show_bug.cgi?id=33006
Bug ID: 33006
Summary: Stack Buffer Overflow in eu-objdump's riscv_disasm
Function
Product: elfutils
Version: unspecified
Status: UNCONFIRMED
Severity: norma
https://sourceware.org/bugzilla/show_bug.cgi?id=33004
Bug ID: 33004
Summary: Stack Buffer Underflow in eu-unstrip's sections_match
Function
Product: elfutils
Version: unspecified
Status: UNCONFIRMED
Severity: no
https://sourceware.org/bugzilla/show_bug.cgi?id=33005
Bug ID: 33005
Summary: Dynamic Stack Buffer Overflow in eu-unstrip's
new_shstrtab Function
Product: elfutils
Version: unspecified
Status: UNCONFIRMED
Severit
https://sourceware.org/bugzilla/show_bug.cgi?id=33003
Bug ID: 33003
Summary: Bus Error Vulnerability in eu-strip due to Invalid
Memory Write
Product: elfutils
Version: unspecified
Status: UNCONFIRMED
Severity: n
Implement concurrent execution of print_debug_* functions during handling
of -w, --debug-dump using libthread.a.
A new `-C, --concurrency=NUM` command line option controls the maximum
number of threads that may be used. This value defaults to the number of CPUs.
Job output is buffered and printed
Hi,
On Tue, 2025-05-27 at 00:05 -0500, A. Wilcox wrote:
> When an explicit type of long double is specified in the ELF
> GNU_Power_ABI_FP attribute, elflint and friends were erroring out:
>
> section [36] '.gnu.attributes': offset 15: unrecognized GNU_Power_ABI_FP
> attribute value 9
>
> Ad