]> git.ipfire.org Git - thirdparty/elfutils.git/commit
libdwfl: linux-core-attach.c handle possible unaligned data access.
authorMark Wielaard <mjw@redhat.com>
Sun, 15 Jun 2014 20:14:04 +0000 (22:14 +0200)
committerMark Wielaard <mjw@redhat.com>
Tue, 17 Jun 2014 14:49:05 +0000 (16:49 +0200)
commitfb86387b18e7db4be5eebbc11a76e9542bc1f620
tree943ad51abfad3e878d7ac250558f6f44dae72f25
parent14beac3b6f22b8d7a054980f74c4f8d33b969fc4
libdwfl: linux-core-attach.c handle possible unaligned data access.

Use libdw/memory-access.h macros read_4ubyte_unaligned_noncvt and
read_8ubyte_unaligned_noncvt to access possibly unaligned data in
core files.

Signed-off-by: Mark Wielaard <mjw@redhat.com>
libdwfl/ChangeLog
libdwfl/linux-core-attach.c