On Mon, 2017-11-20 at 14:15 +0100, Mark Wielaard wrote:
> The notes in a core file that contain the auxv entries might not be
> naturally aligned. The code already tried to account for that, but
> the GCC 8 undefined behaviour sanitizer found we were till dereferencing
> the actual auxv entry point
On Thu, 2017-11-23 at 09:39 +0100, Dodji Seketeli wrote:
> Indeed, thank you or doing this. I wish I had these facilities sooner
> when I was tracking the cause of my issues. So no doubt this work is
> going to be useful.
Thanks. I pushed my second variant to master now.
Cheers,
Mark