On Sun, 3 Mar 2024 at 10:51, Akihiko Odaki <akihiko.od...@daynix.com> wrote: > > elf2dmp sometimes fails to work with partially corrupted dumps, and also > emits warnings when sanitizers are in use. This series are collections > of changes to improve the situation. > > Signed-off-by: Akihiko Odaki <akihiko.od...@daynix.com> > --- > Akihiko Odaki (7): > contrib/elf2dmp: Always check for PA resolution failure > contrib/elf2dmp: Always destroy PA space > contrib/elf2dmp: Ensure segment fits in file > contrib/elf2dmp: Use lduw_le_p() to read PDB > contrib/elf2dmp: Use rol64() to decode > contrib/elf2dmp: Continue even contexts are lacking > MAINTAINERS: Add Akihiko Odaki as a elf2dmp reviewer >
I noticed somebody filed a bug report about elf2dmp crashing recently: https://gitlab.com/qemu-project/qemu/-/issues/2202 Does this patchset happen to fix that crash? thanks -- PMM