[krbdev.mit.edu #8485] git commit

Tom Yu via RT rt-comment at krbdev.mit.edu
Tue Aug 30 15:07:42 EDT 2016


Fix btree byte swapping for overflow data

When operating on a btree database file of the opposite endianness,
libdb2 was swapping the wrong bytes if a record had a short key but
overflow data.  Fix this bug by not incrementing p when swapping a
P_BIGKEY overflow pointer, and by always skipping the full key size
before swapping a P_BIGDATA overflow pointer (instead of assuming that
a P_BIGKEY pointer always precedes a P_BIGDATA pointer).

https://github.com/krb5/krb5/commit/b6238a61769ffbf8a8ac653baeed1c3373b961f8
Author: Tom Yu <tlyu at mit.edu>
Commit: b6238a61769ffbf8a8ac653baeed1c3373b961f8
Branch: master
 src/plugins/kdb/db2/libdb2/btree/bt_conv.c |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)



More information about the krb5-bugs mailing list