Re: [PATCH v3] libdw: Fix eu_search_tree TOCTOU bugs

2025-05-30 Thread Mark Wielaard
Hi Aaron, On Thu, May 29, 2025 at 05:44:32PM -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

Re: [PATCH] backends/ppc_attrs.c: Add PPC long double tags

2025-05-30 Thread Aaron Merey
Hi Anna, On Thu, May 29, 2025 at 11:43 PM A. Wilcox wrote: > > Unfortunately, the only reference I am aware of for GNU attributes is > the GCC compiler source itself; these constants are defined in > gcc/config/rs6000/rs6000.cc in rs6000_elf_file_end. LGTM, I've pushed this patch. Thanks, Aaron