Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <lhuv7g6s0bf.fsf@oldenburg.str.redhat.com>
Date: Mon, 09 Feb 2026 11:01:08 +0100
From: Florian Weimer <fweimer@...hat.com>
To: Luciano Lo Giudice <lmlogiudice@...il.com>
Cc: musl@...ts.openwall.com
Subject: Re: [RFC] Implement the _dl_find_object interface

* Luciano Lo Giudice:

> +    for (; cnt--; phdr = (void *)((char *)phdr + esize)) {
> +        if (phdr->p_type == PT_GNU_EH_FRAME) {
> +            obj->dlfo_eh_frame = laddr(p, phdr->p_vaddr);
> +#if DLFO_STRUCT_HAS_EH_COUNT
> +            obj->dlfo_eh_count = (int)(phdr->p_memsz / 8);
> +#endif

The dlfo_eh_count field is never used with PT_GNU_EH_FRAME, only with
PT_ARM_EXIDX.

Thanks,
Florian

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.