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/95f4a7da460a2b72c60070f291b7dfbdafd0356c Author: Tom Yu Commit: 95f4a7da460a2b72c60070f291b7dfbdafd0356c Branch: krb5-1.13 src/plugins/kdb/db2/libdb2/btree/bt_split.c | 18 ++++++++++++------ 1 files changed, 12 insertions(+), 6 deletions(-)