Re: [PATCH v4 00/19] contrib/elf2dmp: Improve robustness

2024-03-11 Thread Peter Maydell
On Thu, 7 Mar 2024 at 10:20, Akihiko Odaki 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 > --- Thanks for this --

Re: [PATCH v4 00/19] contrib/elf2dmp: Improve robustness

2024-03-10 Thread Viktor Prutyanov
> 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 > --- > Changes in v4: > - Remove unnecessary !! idiom (Peter Maydell) > -

[PATCH v4 00/19] contrib/elf2dmp: Improve robustness

2024-03-07 Thread Akihiko Odaki
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 --- Changes in v4: - Remove unnecessary !! idiom (Peter Maydell) - Link to v3: https:/