libdwfl: Use 64bit GElf_Addr instead of size_t to calculate address.
authorMark Wielaard <mark@klomp.org>
Sun, 29 Nov 2020 00:57:53 +0000 (01:57 +0100)
committerMark Wielaard <mark@klomp.org>
Sun, 29 Nov 2020 00:57:53 +0000 (01:57 +0100)
commit609290a61d4f900c65b7e0e273981022a826e4c0
tree3e050a74a643341f6a658180fd1f07a03f5bf871
parentdaec00e631c37e82f3d8cb5816b2e8141383c9d9
libdwfl: Use 64bit GElf_Addr instead of size_t to calculate address.

size_t is too small on 32 bit systems to analyze a 64 bit core file.

Signed-off-by: Mark Wielaard <mark@klomp.org>
libdwfl/ChangeLog
libdwfl/dwfl_segment_report_module.c