Re: [PATCH] libbacktrace: fix UBSAN issues

2021-11-12 Thread Martin Liška
On 11/11/21 20:21, Ian Lance Taylor wrote: On Thu, Nov 11, 2021 at 7:39 AM Martin Liška wrote: Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed? Thanks, Martin Fix issues mentioned in the PR. PR libbacktrace/103167

Re: [PATCH] libbacktrace: fix UBSAN issues

2021-11-11 Thread Ian Lance Taylor via Gcc-patches
On Thu, Nov 11, 2021 at 7:39 AM Martin Liška wrote: > > Patch can bootstrap on x86_64-linux-gnu and survives regression tests. > > Ready to be installed? > Thanks, > Martin > > Fix issues mentioned in the PR. > > PR libbacktrace/103167 > > libbacktrace/ChangeLog: > > * elf.c

[PATCH] libbacktrace: fix UBSAN issues

2021-11-11 Thread Martin Liška
Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed? Thanks, Martin Fix issues mentioned in the PR. PR libbacktrace/103167 libbacktrace/ChangeLog: * elf.c (elf_uncompress_lzma_block): Cast to unsigned int.