[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/7] contrib/elf2dmp: Improve robustness
From: |
Peter Maydell |
Subject: |
Re: [PATCH 0/7] contrib/elf2dmp: Improve robustness |
Date: |
Mon, 4 Mar 2024 18:03:17 +0000 |
On Sun, 3 Mar 2024 at 10:51, Akihiko Odaki <akihiko.odaki@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.odaki@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
- Re: [PATCH 3/7] contrib/elf2dmp: Ensure segment fits in file, (continued)