]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix bt_debug.c unaligned accesses and formats
authorTom Yu <tlyu@mit.edu>
Wed, 7 Sep 2016 21:21:55 +0000 (17:21 -0400)
committerTom Yu <tlyu@mit.edu>
Thu, 8 Sep 2016 18:53:52 +0000 (14:53 -0400)
commit1e4acf229a18b1c70c7664cf0af8ee0100fb2e26
treef6f165127a9214a7e1f3969936abef2257efe421
parent78cf203c0193c9746cc2835d18d66d4b76b2afcf
Fix bt_debug.c unaligned accesses and formats

Use memcpy to fix some unaligned accesses in bt_debug.c.  Also fix
some argument width issues with fprintf.  Clean up warnings.

ticket: 8478
src/plugins/kdb/db2/libdb2/btree/bt_debug.c