]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_logprint: fix some unaligned accesses
authorEric Sandeen <sandeen@sandeen.net>
Wed, 14 Oct 2015 00:02:23 +0000 (11:02 +1100)
committerDave Chinner <david@fromorbit.com>
Wed, 14 Oct 2015 00:02:23 +0000 (11:02 +1100)
commit6f947c992c166557e37f43d99c25933d74cf48f4
tree8624b7c071dc3ac6e53f4b02ebced8e9c7d98f13
parentfb36a55d8a60a7f86aec82a7a6731159d5ab51d2
xfs_logprint: fix some unaligned accesses

This routine had a fair bit of gyration to avoid unaligned
accesses, but didn't fix them all.
Fix some more spotted at runtime by libubsan.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
logprint/log_misc.c