Fix unaligned accesses in bt_split.c In the libdb2 btree back end, splitting a page at an overflow key could result in an unaligned access, causing a crash (and data corruption) on platforms with strict alignment. This probably occurs only rarely in practice. https://github.com/krb5/krb5/commit/537aba0dda3a1f696f10fde56348fde06d88939c Author: Tom Yu Commit: 537aba0dda3a1f696f10fde56348fde06d88939c Branch: master src/plugins/kdb/db2/libdb2/btree/bt_split.c | 18 ++++++++++++------ 1 files changed, 12 insertions(+), 6 deletions(-)