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: ghudson@mit.edu Subject: git commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 564 Fix decoding of mkey kvno in mkey_aux tl-data krb5_dbe_lookup_mkey_aux was decoding a 16-bit value directly into an int, resulting in the wrong value on big-endian platforms. The consequences are mostly invisible because we ignore this field and try all mkey_aux nodes in krb5_def_fetch_mkey_list. https://github.com/krb5/krb5/commit/64ec2941af1561ef06e7e885b2ffb65a675516ce Author: Greg Hudson Commit: 64ec2941af1561ef06e7e885b2ffb65a675516ce Branch: master src/lib/kdb/kdb5.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-)