Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: tlyu@mit.edu Subject: git commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 630 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. (cherry picked from commit 537aba0dda3a1f696f10fde56348fde06d88939c) https://github.com/krb5/krb5/commit/e364e141e28ed6d50e859c1a81640c2e988b42fb Author: Tom Yu Commit: e364e141e28ed6d50e859c1a81640c2e988b42fb Branch: krb5-1.14 src/plugins/kdb/db2/libdb2/btree/bt_split.c | 18 ++++++++++++------ 1 files changed, 12 insertions(+), 6 deletions(-)