Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Wed, 4 May 2022 06:01:10 +1000
From: Kent Mcleod <kent.mcleod72@...il.com>
To: musl@...ts.openwall.com
Cc: WILLIAMS Stephen <stephen.williams@...gemini.com>
Subject: Re: BUG REPORT: Fault in src/malloc/oldmalloc/aligned_alloc.c
 leads to memory corruption

> Is it possible that PAGE_SIZE is evaluating to nonsense (maybe
> libc.page_size ununitialized), resulting in the initial brk not
> getting aligned? It's an implicit assumption that page size is larger
> than SIZE_ALIGN.
>

Yes, libc.page_size being uninitialized is likely what's happening.
We departed from calling __init_libc at some point in the seL4 fork...

> Rich

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.