Re: [PATCH] libdwfl: Call xlatetom on aligned buffers in dwfl_link_map_report

2022-01-03 Thread Mark Wielaard
On Fri, Dec 24, 2021 at 01:49:54AM +0100, Mark Wielaard wrote: > Make sure that when calling xlatetom for Phdrs and Dyns in > dwfl_link_map_report the input buffer is correctly aligned by calling > memcpy and setting in.d_buf to out.d_buf. > > https://sourceware.org/bugzilla/show_bug.cgi?id=28720

[PATCH] libdwfl: Call xlatetom on aligned buffers in dwfl_link_map_report

2021-12-23 Thread Mark Wielaard
Make sure that when calling xlatetom for Phdrs and Dyns in dwfl_link_map_report the input buffer is correctly aligned by calling memcpy and setting in.d_buf to out.d_buf. https://sourceware.org/bugzilla/show_bug.cgi?id=28720 Signed-off-by: Mark Wielaard --- libdwfl/ChangeLog | 5 + libdwf