On Fri, Sep 29, 2023 at 01:12:13PM +0100, Pedro Falcato wrote:
> On Fri, Sep 29, 2023 at 4:24 AM Kees Cook wrote:
> >
> > While load_elf_library() is a libc5-ism, we can still replace most of
> > its contents with elf_load() as well, further simplifying the code.
>
> While I understand you want t
Pedro Falcato writes:
> On Fri, Sep 29, 2023 at 4:24 AM Kees Cook wrote:
>>
>> While load_elf_library() is a libc5-ism, we can still replace most of
>> its contents with elf_load() as well, further simplifying the code.
>
> While I understand you want to break as little as possible (as the ELF
>
On Fri, Sep 29, 2023 at 4:24 AM Kees Cook wrote:
>
> While load_elf_library() is a libc5-ism, we can still replace most of
> its contents with elf_load() as well, further simplifying the code.
While I understand you want to break as little as possible (as the ELF
loader maintainer), I'm wondering
While load_elf_library() is a libc5-ism, we can still replace most of
its contents with elf_load() as well, further simplifying the code.
Cc: Alexander Viro
Cc: Christian Brauner
Cc: linux-fsde...@vger.kernel.org
Cc: linux...@kvack.org
Suggested-by: Eric Biederman
Signed-off-by: Kees Cook
---