commit | 8f8c78cc885d83f999f952dfaa2c2e4595b38f83 | [log] [tgz] |
---|---|---|
author | Mark Wielaard <mark@klomp.org> | Mon Dec 20 01:39:21 2021 +0100 |
committer | Mark Wielaard <mark@klomp.org> | Mon Dec 20 01:44:49 2021 +0100 |
tree | 84cfab670ef1ecb1ed0a569af3ac26ea274f0e0d | |
parent | c1c8bbe8a04697203e18f92c09827defdcf7d204 [diff] |
libdwfl: Handle unaligned Nhdr in dwfl_segment_report_module The xlate functions only handle correctly aligned buffers. But they do handle src == dest. So if the source buffer isn't aligned correctly just copy it first into the destination (which is already correctly aligned). https://sourceware.org/bugzilla/show_bug.cgi?id=28715 Signed-off-by: Mark Wielaard <mark@klomp.org>