Hi Heinrich,
On Sat, 15 May 2021 at 11:29, Heinrich Schuchardt wrote:
>
> os_find_text_base() assumes that first line of /proc/self/maps holds
> information about the text. Hence we must call the function before calling
> os_malloc() which calls mmap(0x1000,).
>
> Failure to do so has led to
Hi Heinrich,
On Sat, 15 May 2021 at 11:29, Heinrich Schuchardt wrote:
>
> os_find_text_base() assumes that first line of /proc/self/maps holds
> information about the text. Hence we must call the function before calling
> os_malloc() which calls mmap(0x1000,).
>
> Failure to do so has led to
os_find_text_base() assumes that first line of /proc/self/maps holds
information about the text. Hence we must call the function before calling
os_malloc() which calls mmap(0x1000,).
Failure to do so has led to incorrect values for pc_reloc when an
exception was reported
=> exception unde
3 matches
Mail list logo