[Crash-utility] [PATCH crash-gcore 0/2] Fixes for 32-bit ARM

Vincent Whitchurch vincent.whitchurch at axis.com
Tue Jun 21 09:15:32 UTC 2022


This series fixes some build warnings seen when building gcore for analysis of
32-bit ARM dumps on a 64-bit x86 host.  Without the fixes, gcore.so sometimes
segfaults due to stack corruption due to the type mismatches.

Thank you.

Vincent Whitchurch (2):
  gcore: fix phys addr type
  gcore: fix offset types

 src/libgcore/gcore_coredump.c   | 3 ++-
 src/libgcore/gcore_defs.h       | 2 +-
 src/libgcore/gcore_elf_struct.c | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

-- 
2.28.0



More information about the Crash-utility mailing list