Re: [PATCH 1/2] libdw: Make sure that address_size and offset_size are 4 or 8 bytes.
On Thu, 2018-06-07 at 23:44 +0200, Mark Wielaard wrote: > When interning a CU make sure that address_size and offset_size are > either 4 or 8 bytes. We really don't (want to) handle any other size. Pushed to master.
[PATCH 1/2] libdw: Make sure that address_size and offset_size are 4 or 8 bytes.
When interning a CU make sure that address_size and offset_size are either 4 or 8 bytes. We really don't (want to) handle any other size. Signed-off-by: Mark Wielaard --- libdw/ChangeLog | 6 ++ libdw/libdw_findcu.c | 13 +++-- 2 files changed, 17 insertions(+), 2 deletions(-)