mirror of
https://github.com/clearlinux/graphene.git
synced 2026-09-06 22:01:29 +00:00
Revert "[Pal] disable ubsan for elf_get_dynamic_info()"
This reverts commit 3f6159623b.
This commit is contained in:
@@ -58,7 +58,7 @@ elf_machine_rela_relative (struct link_map *l, const ElfW(Rela) *reloc,
|
||||
|
||||
/* Read the dynamic section at DYN and fill in INFO with indices DT_*. */
|
||||
static inline
|
||||
void __attribute_unused __attribute_always_inline __attribute__((no_sanitize_undefined))
|
||||
void __attribute_unused __attribute_always_inline
|
||||
elf_get_dynamic_info (ElfW(Dyn) *dyn, ElfW(Dyn) **l_info, ElfW(Addr) l_addr)
|
||||
{
|
||||
#if __ELF_NATIVE_CLASS == 32
|
||||
|
||||
Reference in New Issue
Block a user