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